Ubuntu – Python3 + Digital Ocean: No module named 'torch'
I am trying to install torch on a Digital Ocean Ubuntu droplet. I am following this: mkdir ~/pytorch mkdir ~/pytorch/assets cd ~/pytorch python3 -m venv pytorch source pytorch/bin/activate Running the command pip install torch==1.7.1+cpu torchvision==0.8.2+cpu -f https://download.pytorch.org/whl/torch_stable.html results in the…