aistreamer icon indicating copy to clipboard operation
aistreamer copied to clipboard

easy_install command is not working while building docker image

Open arshikasoni opened this issue 4 years ago • 3 comments

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.

arshikasoni avatar Dec 07 '21 05:12 arshikasoni

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.

marv311 avatar May 17 '22 18:05 marv311

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/

tomas2707 avatar Sep 09 '22 12:09 tomas2707

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

universe-42 avatar Feb 08 '23 13:02 universe-42