Psychopy Tips and Tricks

How to update to Psychopy3 on your computer

As of 11/1/2019, the standalone package to download Psychopy3 from the Psychopy website does not contain the correct dependencies required for using some of the features we need in the LMCL (such as the pyo library for audio and voice keys).

The work around is to download the source code via the terminal and adjust the dependencies yourself. Instructions for this are outlined on the Psychopy website but require additional manipulation to work in the capacity required for this lab. Additional instructions have been outlined below.

For Mac users:

  • OS must be updated to version 10.12 or higher
  • must be running python 3.6 or higher
  • use pip3 to install pyo
  • use pip3 to install pyglet == 1.2.4

After the above is complete can you can:

pip3 install psychopy

To now open and run psychopy3, open the command line terminal and simply type “psychopy”

For PC users:

Follow the instructions on the Psychopy website.

Previous
Next