-
Notifications
You must be signed in to change notification settings - Fork 3k
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
pip can't find tensorflow, amongst other dependencies, even though they exist #7565
Comments
After even further consideration, I realized my amateur mistake. My version of python was simply too new for pip to find any compatible packages. As such, it specified the error. However, I have a suggestion in that regard. pip should instead explicitly state that the version of python is too new/old, so as to reduce confusion. EditFor any future reference, since manjaro would totally break should I try to downgrade python, my only solution was to use pyenv, and install an older version of python. |
You’re not alone. And the mistake is not amateur at all—even experienced developers need some time to process what’s going on when it happens, the message could use a lot of improvements :) The issue is most broadly tracked in #4649, with several more specific areas that should be worked on. |
I’m going to just close this in favour of #10421. This specific error message comes from the legacy resolver and is not going to be improved upon. The newer issue provides more relevant context toward the issue in its current state, against the current resolver implementation. |
Environment
Description
pip is unable to find a matching version of tensorflow, even though said versions can be found and manually downloaded from pypi. It's becoming quite frustrating to have to manually download the wheel packages and install them.
Expected behavior
pip should be able to find and download the libraries
How to Reproduce
pip install tensorflow==1.15.0
Output
Edit
On consideration, my issue is far more likely due to the fact that I'm on a very new version of python, and as such, pip can't find a compatible package for my current version.
The text was updated successfully, but these errors were encountered: