Opensesame 4.0 on windows 7 - changing python version
Hello !
I've developped my experiment using opensesame 4.0 and python 3.11. It doesn't work with openSesame 3.0.
Computer I use in the lab runs with windows 7 and last python version supported is python 3.8.
Is there a way to change the python version used by opensesame ?
Thank you so much.
Comments
You can install Opensesame with Anaconda: https://osdoc.cogsci.nl/4.0/download/#anaconda-cross-platform
in the first command (conda create), you can specify which Python version you want:
conda create -n opensesame-py3 python=3.8Eduard