How did you install PsychoPy via conda
? The recommended way is described here. In short:
- download the environment file
- create the environment via
conda env create -n psychopy -f psychopy-env.yml
- activate and use the environment
How did you install PsychoPy via conda
? The recommended way is described here. In short:
conda env create -n psychopy -f psychopy-env.yml