-
Notifications
You must be signed in to change notification settings - Fork 319
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
Error Installing with Python 3.7 #96
Comments
Hello, I got the exact same error when trying to install this repo with python3.7 I went through this by recompiling all .pyx files of the project, with cython>=0.29.X installed.
When it comes to "corpus_cython.pyx" you must get some synthax errors on c++. I did not know how to fix them, so I just removed the lines concerned. Then it worked. |
Hi, |
@maciejkula can you please fix this and update the package on pypi? The whole world is depending on this. |
Here is a fork with this updated to work in python 3.8. It took me a lot to get it working, hope it helps someone out there: https://github.com/7Puentes/glove-python (it also includes minor changes, but shouldn't break anything) |
When running
pip install python
on Linux Mint 19:As far as I can tell from people posting about this error, this is because these files are generated by an older version of Cython that is not compatible with Python 3.7. If you upgrade Cython to the version that supports Python 3.7 and regenerate files, supposedly this will work.
The text was updated successfully, but these errors were encountered: