Could not find a version that satisfies the requirement torch>=1.0.0? Could not find a version that satisfies the requirement torch>=1.0.0? python python

Could not find a version that satisfies the requirement torch>=1.0.0?


This is the latest command for pytorch.

pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html


I had some difficulties with this as well. The steps I had to do was:

Install the latest version of PyTorch:

 pip3 install torch===1.3.1 torchvision===0.4.2 -f   https://download.pytorch.org/whl/torch_stable.html

Make sure you are installing with 64bit python version; otherwise, it won't work


I had this same issue while installing standfordnlp in my windows 10 system.Installing torch before installing stanfordnlp worked out for me.I have installed torch from pytorch official website.