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]: Psychopy doesn't start in conda environment on Linux #5911

Open
dekuenstle opened this issue Sep 24, 2023 · 1 comment
Open

[Bug]: Psychopy doesn't start in conda environment on Linux #5911

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

Comments

@dekuenstle
Copy link
Contributor

dekuenstle commented Sep 24, 2023

PsychoPy Version

2023.2.2

What OS are your PsychoPy running on?

Linux-based systems

Bug Description

On two Linux systems (Ubuntu 22.04, Debian), I could reproduce that psychopy doesn't start after installation in a fresh conda environment. Apparently, some required libstd headers are missing on these systems and can be installed with conda install -c conda-forge libstdcxx-ng

Expected Behaviour

In the best case, no additional conda installs are required.
If this is not possible, then the install instructions show additional installation steps.

Automated tests confirm the install instructions from the homepage on 1-2 popular Linux distributions w/ and w/o conda.

Steps to Reproduce

  1. conda create -n psychopy python=3.10
  2. conda activate psychopy
  3. pip install psychopy distro # see Bug report [Bug]: Crash of 2023.2.2 on Linux. Missing dependency "distro"? #5910
  4. psychopy # ...does not start
  5. conda install -c conda-forge libstdcxx-ng
  6. 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
@drkitty28
Copy link

drkitty28 commented Oct 22, 2023

Same with venv - #5966 and 2023.2.3

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

2 participants