dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
1.88k stars 416 forks source link

PyPI index (http://jetson.webredirect.org) is down #540

Closed ai-and-i closed 1 month ago

ai-and-i commented 1 month ago

I'm trying to build packages and getting this error:

Looking in indexes: http://jetson.webredirect.org/jp6/cu124
Processing ./torchvision-0.18.0a0+6043bc2-cp310-cp310-linux_aarch64.whl
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0xffff9427e6b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /jp6/cu124/pillow/

It looks like the default PyPI server is down.

DmytroIvakhnenkov commented 1 month ago

Same here

dusty-nv commented 1 month ago

Sorry about that @ai-and-i , @DmytroIvakhnenkov , it should be back up now.

ai-and-i commented 1 month ago

Works now, thanks for the quick fix!