Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Crash of 2023.2.2 on Linux. Missing dependency "distro"? #5910

Open
dekuenstle opened this issue Sep 24, 2023 · 0 comments
Open

[Bug]: Crash of 2023.2.2 on Linux. Missing dependency "distro"? #5910

dekuenstle opened this issue Sep 24, 2023 · 0 comments
Labels
🐞 bug Issue describes a bug (crash or error) or undefined behavior.

Comments

@dekuenstle
Copy link
Contributor

PsychoPy Version

2023.2.2

What OS are your PsychoPy running on?

Linux-based systems

Bug Description

After starting a fresh install of 2023.2.2 in a conda environment on Debian Linux, we observed silent crashes few seconds after removing on the welcome screen. The crash trace showed this line, and indeed, after installing the distro package the application was running.

I cannot find distro in the install dependencies.

Expected Behaviour

The pip installation should install all PyPI packages required to run the basic functionality of psychopy.

Steps to Reproduce

  1. conda create -n psychopy python=3.10
  2. conda activate psychopy
  3. (optional, required on our system) conda install -c conda-forge gcc_linux_64 libstdcxx-ng==13.2
  4. pip install psychopy
  5. psychopy # ...observe crash after a few clicks
  6. pip install distro
  7. psychopy # ... works fine

Additional context

No response

@dekuenstle dekuenstle added the 🐞 bug Issue describes a bug (crash or error) or undefined behavior. label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Issue describes a bug (crash or error) or undefined behavior.
Projects
None yet
Development

No branches or pull requests

1 participant