Skip to content
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

Install Tensorflow object detection took a long time due to pip #31

Open
get93 opened this issue Nov 17, 2021 · 3 comments
Open

Install Tensorflow object detection took a long time due to pip #31

get93 opened this issue Nov 17, 2021 · 3 comments

Comments

@get93
Copy link

get93 commented Nov 17, 2021

It happens recently as I want to install the tensorflow object detection on google colab. The issue is whilst installing the pip has to search for multiple versions of chardet, idna and rsa which took a long runtime. This has not happened before when I do the tutorial so I was wondering is there such update or is there anything to resolve this long runtime. Thank you

@melaniihariono
Copy link

Try to upgrade the pip:

!pip install --upgrade pip

@hrncacz
Copy link

hrncacz commented Nov 24, 2021

@get93 I had the same issue. What helped me was to add line !pip install --upgrade pip==20.3.4 and add
--use-deprecated=legacy-resolver

image

@Shivam7Sharma
Copy link

!pip install --upgrade pip

Thanks! That solved the issue. Do you mind me asking how did you know this will solve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants