Problem with pytorch and cuda installation

I tried to install pytorch with cuda enabled using the following command in conda prompt: conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia.
but I got the following error: (‘Connection broken: IncompleteRead(217545068 bytes read, 176616422 more expected)’, IncompleteRead(217545068 bytes read, 176616422 more expected)).

I am not sure what this means to me. Could anyone please explain why this is happening?

Thanks in advance.

Hey @Jothi_mani! Welcome to conda community :hugs:

Connection broken: IncompleteRead(xxxx bytes read, xxx more expected), typically occurs when there’s a network issue that interrupts the download process. This means that your connection was broken before the full package was downloaded.

This might be caused by internet connection issues. If you’re behind a firewall or using a proxy, it might interfere with the download. Also, the server/channel you’re downloading from might be busy or experiencing other issues.

Did you try running the command again?

1 Like