I recently started using psychopy and want to use it without the standalone version but rather import it as a library.
I am using the Anaconda distribution and have already managed to install a new environment following the instructions given here
The problem is that a dependency (pyglet) does not seem to work on an mac OSX (10.11.3) with 64-bit python:
Exception: pyglet is not compatible with 64-bit Python for versions of Mac OS X prior to 10.6.
On the psychopy webpage it also says, that 32bit python is recommended. I however used the Anaconda3 64bit downloader before I knew I would be needing the 32bit version in the future. Now my question is: Can I set up a new environment that uses 32bit and run that in parallel to my 64bit environments? If yes, how?
If no, do I have to delete my Anaconda and get the 32bit version? What would be possible alternatives?
A similar question has been posted here
Thank you all! S.