Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for python 3.9 #362

Open
16DF35DC5E7F679EF7C096F61B79B679 opened this issue Nov 26, 2021 · 4 comments
Open

Support for python 3.9 #362

16DF35DC5E7F679EF7C096F61B79B679 opened this issue Nov 26, 2021 · 4 comments

Comments

@16DF35DC5E7F679EF7C096F61B79B679

The current requirements.txt specifies numpy version as 1.18.1.
However, this numpy version is only available for python versions 3.5-3.8
It would be of great help if we can start supporting python 3.9

@qkum
Copy link

qkum commented Jan 25, 2022

It would be lovely if what Python versions are supported were stated at the start of the README.

Supporting Python 3.9 comes second to that.

But thanks for the info.

Got the exact same error.

@qkum
Copy link

qkum commented Jan 25, 2022

The current requirements.txt specifies numpy version as 1.18.1. However, this numpy version is only available for python versions 3.5-3.8 It would be of great help if we can start supporting python 3.9

For all the noobs out there:

pip uninstall python

pip install python==3.8

@tyiannak
Copy link
Owner

latest requirements have been tested in python 3.9 as well.

@tyiannak
Copy link
Owner

(Python 3.9.6 in particular)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants