PyPi https://pypi.jetson-ai-lab.dev/jp6/cu128 Not Found

My container failed to build starting today with the following error:

27.20 executing command [pip3 install -U Jetson.GPIO]
27.34 Using pip 25.1.1 from /opt/venv/lib/python3.12/site-packages/pip (python 3.12)
27.39 Looking in indexes: https://pypi.jetson-ai-lab.dev/jp6/cu128
27.81 ERROR: Could not find a version that satisfies the requirement Jetson.GPIO (from versions: none)
27.81 ERROR: No matching distribution found for Jetson.GPIO
27.86 ERROR: the following rosdeps failed to install
27.86 pip: command [pip3 install -U Jetson.GPIO] failed

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

The error message indicates that the container build failed due to an issue with installing the Jetson.GPIO package using pip. Here’s a breakdown of the error message:

  1. The error occurs while executing the command pip3 install -U Jetson.GPIO.
  2. The pip version being used is 25.1.1, and the Python version is 3.12.
  3. The package index being used is https://pypi.jetson-ai-lab.dev/jp6/cu128.
  4. The error message states that no matching distribution was found for Jetson.GPIO.

To resolve this issue, let’s consider the following:

  1. Package availability: The error message suggests that the Jetson.GPIO package is not available in the specified package index. You can try checking the package index to see if the package is indeed available. If not, you may need to use a different package index or install the package from a different source.
  2. Package version: The error message does not specify a particular version of Jetson.GPIO that is being requested. You can try specifying a version explicitly, e.g., pip3 install -U Jetson.GPIO==2.0.17.
  3. Python version: The error message mentions Python 3.12, which is a relatively new version. You can try using an earlier version of Python, such as Python 3.9 or Python 3.10, to see if the issue persists.
  4. pip version: The error message mentions pip 25.1.1, which is a relatively new version. You can try using an earlier version of pip, such as pip 22.0.4, to see if the issue persists.

Comparison with other information in the context:

  • The context mentions Jetson.GPIO as a Python library for interacting with the Jetson GPIOs. This suggests that the package should be available for installation.
  • The context also mentions jetson-gpio-common as a Python package for using the Jetson GPIOs. This package is mentioned as being available in the jetson-gpio-common_2.0.17_arm64.deb file. You can try installing this package instead of Jetson.GPIO.

To resolve the issue, you can try the following:

  1. Check the package index to see if Jetson.GPIO is available.
  2. Try specifying a version explicitly, e.g., pip3 install -U Jetson.GPIO==2.0.17.
  3. Try using an earlier version of Python, such as Python 3.9 or Python 3.10.
  4. Try using an earlier version of pip, such as pip 22.0.4.
  5. Try installing jetson-gpio-common instead of Jetson.GPIO.

If none of these solutions work, you may need to investigate further to determine the root cause of the issue.

Hi @bryan.bush

Can you share the method you are using to build the container?

Regards,
David Monge

Embedded SW Engineer at RidgeRun

Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/
Website: www.ridgerun.com

Hi,

The CUDA 12.8 link is down right now.

Are you able to build the container with CUDA 12.6? (the default version in JetPack 6.2)
The package for JetPack 6+12.6 works normally below:

Thanks.

I also need the jp6/cu128 index

I’m using the dusty-nv/jetson-containers library to build the container which assigns a PIP_INDEX_URL based on the given CUDA version. In my case it was 12.8, causing the error.

I was able to work around the stage being down for now by re-assigning PIP_INDEX_URL in my derived container.

Hi,

Sorry for the inconvenience.
The jp6/cu128 index is back now.

Thanks.

1 Like

https://pypi.jetson-ai-lab.dev/ is still unreachable.

Hi

We are checking this issue.
Will get back to you later.

Thanks.

Does this already solved? Still can’t access

working this am. thx

Hello,
We are restoring pypi. It was closed by security. We are upgrading the plattform..

actually can get from Index of /compute/redist/jp/v61
BUT pypi still down

thx for your last update!

It will be up end of the week

Thank so much !
Does this up already?

1 Like