Hello,
I am looking for a solution to read this script in Python 2 using an older version of Psychopy !
I have been handed a script that was written about 3 years ago, using Python 2, the version of Psychopy is probably something like 3.2.0 and I really have to make it work for the interns in my lab.
When creating a virtual environment with Python 2 (venv, anaconda or another computer), and trying to install psychopy on it there are errors like (“python setup.py egg_info” failed with error code 1). Also, I haven’t found a way to change the Python version inside Psychopy (just found a way to change the psychopy version).
Note : I have already tried to make it readable by Python3 by using 2to3 library, correcting many, many things in the script, I spent multiple days on debugging and trying every solution, but the output is still not as it should be and I don’t know how to get any further.
Thank you in advance !