easy_install command is not working while building docker image
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

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.
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.
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/
Hi I am having same issue as @tomas2707. Is there any know workaround please?