-
Notifications
You must be signed in to change notification settings - Fork 84
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
installation: issue with gast, tensorflow #52
Comments
Currently have the same issue. Any fixes? |
I had some mileage by using pip's new 2020 resolver. Activate by upgrading pip to the latest version and setting the flag |
Thanks! The flag helped but now I'm receiving |
Sorry for the late response, and sorry again that I'm not able to replicate that problem. I think there might be some work that needs to be done specifically for compatibility with GPflow 2.1, however |
Hello, i have also the same issue. Have you solved this problem? |
I think that this has now been resolved. Feel free to reopen if you think it hasn't. |
Starting up in a new virtualenv with Python 3.7.5 (arch linux)
(had to run sudo otherwise setup.py gives a permission denied)
Get this as the final error: error: gast 0.2.2 is installed but gast>=0.3.2 is required by {'tensorflow-probability'}
It seems there might be a dependency here that's underspecified (maybe tensorflow version is too high)
Full log:
The text was updated successfully, but these errors were encountered: