Getting this error while installing torch and torchvision!

I’m trying to install pytorch and torch vision(pip3 install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html) in my u

buntu AWS machine. But im getting this error.

Unsure, but maybe you could install the wheel directly from the URL (with pipenv?).
Btw. what’s your use case that you want to install such an old PyTorch version?