miso-sound / misosoupy

Misophonia Stimulus Organization Using Python
MIT License
0 stars 0 forks source link

PsychoPy does not work with python version 3.11 #2

Open danibene opened 11 months ago

danibene commented 11 months ago

I will limit the python version requirements of MisoSOUPy to < 3.11 for now, but maybe if we think there is a functionality independent of psychopy (e.g. importing ranks outside of the GUI), we can instead make psychopy an optional dependency

See discussion here: https://github.com/psychopy/psychopy/issues/5216

Feel free also to share your thoughts @hansen508 (would also be curious what OS & Python version you're using at the moment)

hansen508 commented 11 months ago

Good to know. Currently using Python 3.8.8, written with Psychopy v2022.2.5 (but also runs on my personal laptop, v2021.2.3) and running on Windows 10 Pro

danibene commented 1 month ago

Currently the GitHub Actions tests are only running on windows with python 3.8 (though I successfully ran the tests locally on my Mac), at some point it might be worth looking into why, could be related to system dependencies required for psychopy: https://github.com/psychopy/psychopy/blob/2985fcc6adb7c50c8863fb3ce609e137588822a5/.github/workflows/pytests.yaml#L42