ModuleNotFoundError: No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package

Continuing the discussion from ModuleNotFoundError: No module named 'torch._C._distributed_c10d'; 'torch._C' is not a package:

I am not sure how to install from the links posted. The website does not host any wheels that I can download. What is the command to download and install?

I have read that the command was
pip install http://jetson.webredirect.org/jp6/cu126/+f/5cf/9ed17e35cb752/torch-2.5.0-cp310-cp310-linux_aarch64.whl#sha256=5cf9ed17e35cb7523812aeda9e7d6353c437048c5a6df1dc6617650333049092
But getting the error
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='pypi.jetson-ai-lab.dev', port=443): Max retries exceeded with url: /jp6/cu126/+f/5cf/9ed17e35cb752/torch-2.5.0-cp310-cp310-linux_aarch64.whl (Caused by NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0xffff89ef35e0>: Failed to establish a new connection: [Errno 111] Connection refused'))

the website is apparently down. I’d try again tomorrow.

The server should be back up tonight.

1 Like

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