Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

Docker OpenVINO ./demo_security_barrier_camera.sh "python setup.py egg_info" failed

Kobu_Intel
Employee
931 Views

Hi,
Following error in OpenVINO2020.2 Docker cannot be solved, would you please help?
Log is attached.

+++++++++++++++++++++++++++++++++++++++++++++++++++++
root@34425b4530a0:/opt/intel/openvino/deployment_tools/demo# sudo ./demo_security_barrier_camera.sh 
........

    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'setuptools'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qz8tjxvc/pyyaml/
Error on or near line 122; exiting with status 1


+++++++++++++++++++++++++++++++++++++++++++++++++++++
root@34425b4530a0:/opt/intel/openvino/deployment_tools/demo# python
Python 2.7.17 (default, Apr 15 2020, 17:20:14) 

+++++++++++++++++++++++++++++++++++++++++++++++++++++
root@34425b4530a0:/opt/intel/openvino/deployment_tools/demo# pip list
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Package    Version
---------- -------
pip        20.1
setuptools 44.1.0
wheel      0.34.2


Thanks a lot,
BR/Kobu
 

0 Kudos
1 Solution
SIRIGIRI_V_Intel
Employee
931 Views

Could you try installing the setuptools package using pip3 package.

pip3 install setuptools

Hope this helps.

Regards,

Ram prasad

View solution in original post

0 Kudos
2 Replies
SIRIGIRI_V_Intel
Employee
932 Views

Could you try installing the setuptools package using pip3 package.

pip3 install setuptools

Hope this helps.

Regards,

Ram prasad

0 Kudos
Kobu_Intel
Employee
931 Views

Hi Ram,

Yes, could run.

Thanks a lot!

BR/Kobu

0 Kudos
Reply