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
Link Copied
Could you try installing the setuptools package using pip3 package.
pip3 install setuptools
Hope this helps.
Regards,
Ram prasad
Could you try installing the setuptools package using pip3 package.
pip3 install setuptools
Hope this helps.
Regards,
Ram prasad
Hi Ram,
Yes, could run.
Thanks a lot!
BR/Kobu
For more complete information about compiler optimizations, see our Optimization Notice.