Error installing packages using pip in jetson orin AGX

Hi, I am following this tutorial to install YOLO:

but I am getting the following error:

pip install ultralytics[export]
Looking in indexes: http://jetson.webredirect.org/jp6/cu126, https://pypi.ngc.nvidia.com
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 0xffffb4a773d0>: Failed to establish a new connection: [Errno 113] No route to host')': /jp6/cu126/ultralytics/
ERROR: Could not find a version that satisfies the requirement ultralytics[export] (from versions: none)
ERROR: No matching distribution found for ultralytics[export]

I get the same error when I run pip install -U pip
I am running this from inside a docker.

Is the server down? if so when will it be back up?
How do I install packages?

Looking at the retry error..YES

How do I install packages then?

You should wait till server is up…

1 Like

pip install -U ultralytics[export] --index-url https://pypi.org/simple

Try this interim website for cuda capable wheels.

https://pypi.jetson-ai-lab.io/

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.