Installation always got killed

Hello everyone,

I was trying using the pytorch.org default command below to install:

pip3 install torch torchvision torchaudio

The download process into ubuntu machine started, but then after reaching the end downloading of data byte…the process got killed.

Anyone can help me to resolve this issue?

Check if the OS killed the process if it was running OOM. dmesg should confirm it and show a corresponding log in such a case.

1 Like

Thanks for your reply.

This issue is resolved by choosing the proper compute platform provided on pytorch.org homepage which is by adding --index-url option