jetson_stats icon indicating copy to clipboard operation
jetson_stats copied to clipboard

Cannot install with "sudo -H pip install -U jetson-stats"

Open SteffenEpp opened this issue 3 years ago • 2 comments

I get the following error when trying to:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8ed62cc0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/jetson-stats/

Can somebody help me with that?

SteffenEpp avatar Apr 27 '21 10:04 SteffenEpp

The full message is:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8ae719b0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/jetson-stats/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8ae71a90>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/jetson-stats/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8ae719e8>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/jetson-stats/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8ae71780>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/jetson-stats/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8ae713c8>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/jetson-stats/ ERROR: Could not find a version that satisfies the requirement jetson-stats (from versions: none) ERROR: No matching distribution found for jetson-stats

SteffenEpp avatar Apr 27 '21 11:04 SteffenEpp

I use sudo python3 -m pip install jetson-stats -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com but I meet another issue "ModuleNotFoundError: No module named '_curses'"

huajng avatar Apr 22 '22 08:04 huajng

Hi @SteffenEpp I have never seen your error, but looking online seems like a user error, not a jetson_stats error. Try this link to fix https://stackoverflow.com/questions/52815784/python-pip-raising-newconnectionerror-while-installing-libraries

about @huajng Are you working with which NVIDIA Jetson and which Jetpack?

rbonghi avatar Jan 05 '23 09:01 rbonghi

This error should now be fixed with the latest release 4.0 try to install and check again

sudo -H pip install -U jetson-stats

rbonghi avatar Jan 05 '23 19:01 rbonghi