Server is down

Hi,

I’m unable to reach https://pypi.jetson-ai-lab.dev

And I need it to install pytorch. Thanks.

*** Please note that this reply is generated by LLM automatically ***

I’d be happy to help you troubleshoot the issue!

To access the PyTorch repository at https://pypi.jetson.ai/lab/dev, you’ll need to ensure that your Jetson Orin Nano device has the necessary software and hardware requirements met.

Hardware Requirements:

  • Jetson Orin Nano 8GB devkit with 128GB(min) NVMe drive
  • USB-C flashing cable
  • Monitor, Keyboard, Mouse
  • Ubuntu 20.04 or 22.04 Desktop/Laptop (for flashing and setup)

Software Requirements:

  • JetPack 6.2/Jetson Linux 36.4.3 (or JetPack 6.1/Jetson Linux 36.4.0)
  • Jetson Platform services 2.0

To resolve the issue, follow these steps:

  1. Verify your Jetson Orin Nano device is properly set up: Ensure that your device is flashed with the correct JetPack version (6.2 or 6.1) and that the Jetson Platform services 2.0 are installed. You can refer to the Quick Start Guide for instructions on flashing the device and installing the necessary software.
  2. Check your network connection: Verify that your device has a stable internet connection. You can try pinging a website or checking your network settings to ensure everything is working correctly.
  3. Update your package list: Run the command sudo apt update to update your package list. This will ensure that your device has the latest package information.
  4. Install PyTorch: Once you’ve updated your package list, you can try installing PyTorch using the command sudo apt install pytorch. If you’re unable to access the PyTorch repository, you can try using a different repository or installing PyTorch from source.

If you’re still unable to access the PyTorch repository, you may want to try the following:

  • Check the repository URL: Verify that the repository URL is correct and that there are no typos or errors.
  • Try a different repository: If you’re unable to access the https://pypi.jetson.ai/lab/dev repository, you can try using a different repository, such as the official PyTorch repository.
  • Contact support: If none of the above steps resolve the issue, you may want to contact NVIDIA support or the Jetson community forums for further assistance.

I hope this helps! Let me know if you have any further questions or concerns.

*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***

Not helpful

Let’s clarify a few things here:

  1. https://pypi.jetson-ai-lab.dev is down since july 8
  2. https://pypi.jetson-ai-lab.io, the replacement, is now also down, since last friday, july 25.
  3. https://apt.jetson-ai-lab.io, another server needed for some jetson-containers packages is also down
  4. the suggested repo “pypi.jetson.ai/lab/dev” does not exist.

This is quite irritating, many of us have real work-related projects that rely on jetson-containers, and it is now completely unusable because of these outages.

Thanks for the reply. I am sorry you’re running into issues as well. Is it worth it to try a VPN?

A VPN would not help. The problem is NVidia’s servers, they are down often. Very often.
Even docs.nvidia.com sometimes stops responding for up to an hour.

Down for me too. Maybe @TomNVIDIA can pass that along.

Hi @linuxdev,

I have reached out to the Jetson team for help on this.

Hi,

Sorry for the inconvenience.

The URL has been changed from .dev to .io.
.io is expected to work. We are checking this issue.

Previously with .dev, the build gets cached on apt.{index_host}.
Jetson-container source contains some URLs to retrieve files from this cache:

https://github.com/dusty-nv/jetson-containers/blob/master/packages/cuda/cuda/config.py#L160

'MULTIARCH_URL': f"https://apt.{index_host}/multiarch",

'DOWNLOADS_URL': f"[https://apt.{index_host}/assets”](https://apt.{index_host}/assets%E2%80%9D),

But .io only keeps the JetPack 6 and JetPack 7 support.
So the “https://apt.jetson-ai-lab.io” does not exist.

Thanks.

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