Search code examples
pythonpsychopy

What python distribution should I download for PsychoPy so that I won't run into version errors?


It's been a painful weekend of learning how picky PsychoPy is...It only likes 32-bit Python above 2.5 and below 3, and many of the scripts have to be specific versions as well.

That said, I am currently using the distribution provided here (Option 1): http://gestaltrevision.be/wiki/python/pythoninstall , and so far it seems to work.

However, the PsychoPy documentation recommends getting a free academic license for Enthought: https://store.enthought.com/#canopy-academic , but I'm worried about running into more conflicts with the version of scripts etc.

I'm hoping any current PsychoPy users can share insight into their initial setup and what distribution they would recommend so I can hit the ground running and avoid more conflicts.


Solution

  • It's generally a good idea to look at virtualenv and install specific python distros for your different projects. Even faster, you could install docker and kitematic. I'm using it for TensorFlow, since I had similar troubles getting the proper installation going. I found a 'psychopy` image there, but can't tell you anything about it's usability. enter image description here