PsychoPy Version
2024.2.4
What OS are your PsychoPy running on?
Linux-based systems
Bug Description
Following the installation here, it misses a system dependency for Ubuntu 24.04 LTS:
https://www.psychopy.org/download.html#linux
To be able to import psychopy.event, I had to install libsdl2: sudo apt install libsdl2-2.0.0
Expected Behaviour
Following the installation steps should yield in a functioning installation, without any more research/todos.
Steps to Reproduce
See description.
- Install Psychopy as instructed on Ubuntu 24.04
- Start Python
from psychopy import event
- See error.
Additional context
It seems as if the system dependency is required by wxPython. But it is still a problem to get Psychopy running and should therefore be addressed in the installation instructions.
PsychoPy Version
2024.2.4
What OS are your PsychoPy running on?
Linux-based systems
Bug Description
Following the installation here, it misses a system dependency for Ubuntu 24.04 LTS:
https://www.psychopy.org/download.html#linux
To be able to import
psychopy.event, I had to installlibsdl2:sudo apt install libsdl2-2.0.0Expected Behaviour
Following the installation steps should yield in a functioning installation, without any more research/todos.
Steps to Reproduce
See description.
from psychopy import eventAdditional context
It seems as if the system dependency is required by
wxPython. But it is still a problem to get Psychopy running and should therefore be addressed in the installation instructions.