-
Notifications
You must be signed in to change notification settings - Fork 49
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
3.7 Compatibility #80
Comments
No. I've already fixed setup.py internally by simply copying install_misc from Python 3.6. In the next release, 3.7 will be officially supported. |
@abalkin Can you please provide a point release to the current version to resolve this? It's been 3 months and there's been no apparent movement towards the release of 4.2.0 |
Please just replace the line in setup.py from and it will compile and build under python 3.7 |
After replacing, it gives another error
|
It is not related to the python. The error you sent is due to the Werror flag and the gcc version you are using. Try and remove the CFLAGS so that it won't treat that gcc warning as error. |
@sitsang can you please show how do I go about removing those? Thank you |
You can remove line 52 in setup.py |
@sitsang Thank you. That worked. Unfortunately. When I run
|
Is there anything besides the removal of
install_misc
blocking this?The text was updated successfully, but these errors were encountered: