Could not find a version that satisfies the requirement torch==1.3.1
问题 First of all i tried command from their main page, that they gave me: pip3 install torch==1.3.1+cpu torchvision==0.4.2+cpu -f https://download.pytorch.org/whl/torch_stable.html Could not find a version that satisfies the requirement torch==1.3.1+cpu (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.3.1.+cpu After this i decided to take available from this list: https://download.pytorch.org/whl/cpu/stable So at the end i tried something like