Muse and PsychoPy
Muse and PsychoPy
2.3 How to run ERP experiments with PsychoPy with the launcher
Note: launcher.py is downloaded with Dawsonmuse
Note: when doing a recording with Muse, disconnect your computer from school network.
PsychoPy on Macs
https://discourse.psychopy.org/t/running-psychopy-using-anaconda-mac/27243
Feb 7, 2022
Hi all,
here is a simple solution for installing PsychoPy using Anaconda, since PsychoPy does not
seem to start if you simply install with conda and the *.yml template on OS X Monterey. I
was struggling several days with this, the problem seems to be wxpython.
1. The problem sseems to be wxpython. For running a GUI that uses wxpython (as
is the case with PsychoPy) you need pythonw running. For this, installing the
“python.app” via conda is sufficient.
1. Now, when this has been successfully installed you can start PsychoPy:
> psychopy
Cheers,
Sven.