We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New users should know that this only works on python 3.9 ATM
I tried installing this library in python 3.11 - an arror appears saying :
132 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^~~~~~~~~~~~~~~~~~ error: command '/usr/bin/gcc' failed with exit code 1 [end of output]
the solution is to downgrade python ATM. Please update the README.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
New users should know that this only works on python 3.9 ATM
What I Did
I tried installing this library in python 3.11 - an arror appears saying :
the solution is to downgrade python ATM. Please update the README.
The text was updated successfully, but these errors were encountered: