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?