-
Notifications
You must be signed in to change notification settings - Fork 45.7k
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 is looking for multiple version of <library> to determine which version is compatible with other requirements. #10375
Comments
having the same problem |
I am facing the same issue on my Kaggle Notebook, which worked well a few days ago. |
Me too facing the same issue in my Google COLAB Notebook. Please fix the issue. Already, training the model is taking high duration of time. Now, the installation of pip packages taking longer than training the model. |
If after that you will face an issue with cuDNN initialization, look at this thread for a solution: |
having the same problem |
1 similar comment
having the same problem |
I updated the pip first and it works for me.
zakzheng ***@***.***> 于2021年11月17日周三 下午9:05写道:
… having the same problem
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10375 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCSW3ZEA352F2PMXZGX44DUMRNOFANCNFSM5IGH3OJQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@alfanme please check #34834 (comment) and let us know if your issue got resolved or not? |
Had the same problem. Was stuck for two weeks. I updated the pip first and it seems to work. |
I also had same problem on Google Colab. Upgrade of pip seems to fix the issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you. |
Closing as stale. Please reopen if you'd like to work on this further. |
Try using the old resolver, that worked for me while upgrading pip didn't.
|
Prerequisites
Please answer the following questions for yourself before submitting an issue.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/research/object_detection/packages/tf2/setup.py
2. Describe the bug
I'm using Google Colab. When installing object detection dependencies, the cell output shows that pip installing multiple versions of some libraries such as scipy, six, etc. I was leaving it to finish, but it has already taken hours, the execution still running and can't finish the installation.
3. Steps to reproduce
To reproduce, it's simply by cloning this repo:
Then, execute the command to install dependencies using setup.py
4. Expected behavior
The expected behavior is the installation process finishes and doesn't take a long time.
5. Additional context
Here's the log output from the execution process:
6. System information
The text was updated successfully, but these errors were encountered: