NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
437 stars 124 forks source link

Support newer Python versions #50

Closed ErikBjare closed 3 years ago

ErikBjare commented 3 years ago

There seems to be a lot of issues when installing on other Python versions than 3.7, since I have a pretty extensive history of battling issues like these I thought I might give it a shot (especially now that we have a CI pipeline).

Documenting known issues here:

JohnGriffiths commented 3 years ago

We'll aim to address newer Python version support with high priority.

However, it is quite tricky to make quick progress on as we need to co-ordinate multiple people with access to different OSs etc. (as we observed at the Dec brainhack)

JohnGriffiths commented 3 years ago

Related: https://github.com/NeuroTechX/eeg-notebooks/issues/29