I am using Psychopy3 (with python 2.7) on a Linux computer.
I am creating an audio experiment and would like to try the Pyo library (I am not getting what I want with the other two). Psychopy tells me there is no pyo module installed. I tried to install it within the psypy environment through the commands:
sudo apt-get update -y
sudo apt-get install -y python-pyo
But it is not working. Psychopy still tells me there is no pyo module:
“psychopy.exceptions.DependencyError: No sound libs could be loaded. Tried: [‘pyo’]
Check whether the necessary sound libs are installed”
I am not good with Linux… Does somebody know how should I proceed?
Thank you so so much in advance!