-
Notifications
You must be signed in to change notification settings - Fork 686
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 while installing dependencies #6
Comments
use python 3.8 version |
I had a similar problem on windows. Turns out this is a bug in the windows update. Weeks later, when now I have completely given up windows and running Pop!_OS only on my laptop, I run the command |
Hello All, Please find the error below. C:\Users\madhubala\detection>pip3 install -r requirements.txt C:\Users\madhubala\detection> |
Use python3-pip to install the required dependencies. That worked for me. |
Traceback (most recent call last): This is the error I'm facing. |
ERROR: Could not find a version that satisfies the requirement tensorflow>=1.15.2 (from -r requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for tensorflow>=1.15.2 (from -r requirements.txt (line 1))
WARNING: You are using pip version 20.2.3; however, version 21.0.1 is available.
You should consider upgrading via the 'c:\users\abhiram nellutla\appdata\local\programs\python\python39\python.exe -m pip install --upgrade pip' command.
The text was updated successfully, but these errors were encountered: