Skip to content

[Bug]: Linux Installation: Dependency missing for Ubuntu #18

Description

@ja-albert

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.

  1. Install Psychopy as instructed on Ubuntu 24.04
  2. Start Python
  3. from psychopy import event
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions