Can't install aiohttp from Jetson-containers

I installed JetPack6.2 on my Jetson Orin 64G machine and tried to run the demo of NanoOWL. I could not install the aiohttp from the jetson-containers. Here is the error message:

WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0xffffa5be51e0>: Failed to establish a new connection: [Errno 113] No route to host’)': /jp6/cu126/aiohttp/
ERROR: Could not find a version that satisfies the requirement aiohttp (from versions: none)
ERROR: No matching distribution found for aiohttp

Thanks for any solutions or suggestions.

1 Like

Hello,

Thanks for visiting the NVIDIA Developer Forums.
To ensure better visibility and support, I’ve moved your post to the Jetson category where it’s more appropriate

Cheers,
Tom

Thanks. Appreciated!

1 Like

Hi,

Could you try the following command to see if it can work:

$ pip3 install --isolated aiohttp

Thanks.

Hi AastaLLL,

Thanks a lot for the great answer. The command “`pip3 install --isolated aiohttp” works. Now the aiohttp is successfully installed.```

``

`Thanks,```

``

Frank

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