Perfect I’ll try that ! I had python 3.9 installed and used as interpreter in pycharm, I’ll try with 3.6 ! Just to be sure, to install psychopy from pycharm I just have to run “pip3 install psychopy” in the pycharm terminal ? (Sorry I’m completely ignorant in coding, this my first attempt in coding something myself)
Got it resolved ! For some reason, when the interpreter was set to Python 3.9, I had the conflicting dependencies problem. But when I changed the interpreter to Python 3.8, problem solved !