-
Notifications
You must be signed in to change notification settings - Fork 488
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
Unable to install due to (I believe) Cython versioning error #154
Comments
Update: I managed to get this working by switching to a python3.6 vritualenv and installing the default versions of tensorflow, numpy and matplotlib. But it would still be nice to know what are some of the library versions with which this repo work on the machines of the devs. |
Looks like there's a problem on python 3.7. If MattShannon/bandmat#10 is fixed, it should run on python 3.7 as well (I'll fix nnmnkwii aftewards). For now, I've added a notice on README 8d5cd46. Sorry for the inconvenience. Ref: cython/cython#1955, cython/cython#1956, biolab/orange3#3067, MattShannon/bandmat#10 (comment) |
With a new release of nnmnkwii, this should be fixed now. Feel free to reopen if the issue persists. |
I seem to be unstable to run pip install for the requirements of this model. The error I get when gcc is called is:
Quite long but I think it boils down to some files being already generated with a version of Cython older than what I have locally.
Would you have any ideas how I could go forward in fixing this error ? Would it be possible to add the correct cython version to a requirement file and other possible dependencies which may be miss-matched on certain systems ?
The text was updated successfully, but these errors were encountered: