onnx-tensorrt
onnx-tensorrt copied to clipboard
error: Could not find suitable distribution for Requirement.parse('six>=1.9')
I am running a Yocto build and sometime during the build, I see the following error
Processing dependencies for protobuf==3.3.0
Searching for six>=1.9
Reading https://pypi.python.org/simple/six/
Couldn't find index page for 'six' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or working download links found for six>=1.9
error: Could not find suitable distribution for Requirement.parse('six>=1.9')
ERROR: python setup.py install execution failed.
The package itself is installed it seems:
$ pip --version
pip 20.3.4 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)
$ pip show six
Name: six
Version: 1.15.0
Summary: Python 2 and 3 compatibility utilities
Home-page: https://github.com/benjaminp/six
Author: Benjamin Peterson
Author-email: [email protected]
License: MIT
Location: /home/qct/.local/lib/python2.7/site-packages
Another thought was the possibility of no internet access but ping google.com does work
I'm not too familiar with Yocto, maybe a set up issue somewhere?