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

easy_install command is not working while building docker image #11

Open
arshikasoni opened this issue Dec 7, 2021 · 3 comments
Open

Comments

@arshikasoni
Copy link

arshikasoni commented Dec 7, 2021

Step 5/39 : RUN easy_install pip
---> Running in 15f57dd87113
Searching for pip
Reading https://pypi.python.org/simple/pip/
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Couldn't find index page for 'pip' (maybe misspelled?)
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')
The command '/bin/sh -c easy_install pip' returned a non-zero code: 1
image

and please let me know how to step by step proceed for doing object detection from a live streaming video using the git code available.

@marv311
Copy link

marv311 commented May 17, 2022

Add sudo\ on line 78 and then changed the RUN easy install pip command to sudo apt-get install -y python-pip that worked for me for now.

@tomas2707
Copy link

Hello @marv311 it is not working with sudo apt-get install -y python-pip.

I just got this error on step RUN pip install --upgrade google-cloud-videointelligence :
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-93Oxlx/requests/

@universe-42
Copy link

Hi I am having same issue as @tomas2707. Is there any know workaround please?

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