modernmt icon indicating copy to clipboard operation
modernmt copied to clipboard

Nvidia 30XX: could not find a version that satisfies the requirement torch==1.7.1+cu110

Open EtienneAb3d opened this issue 2 years ago • 0 comments

Trying to install with 30XX requirements, I got this error: could not find a version that satisfies the requirement torch==1.7.1+cu110

This seems to work (I don't know if this is possible by directly updating the requirements file):

  • remove torch line from requirements.txt, and retry it: pip3 install -r requirements.txt
  • enter the command: pip3 install torch==1.7.0+cu110 -f https://download.pytorch.org/whl/torch_stable.html

EtienneAb3d avatar Nov 17 '21 14:11 EtienneAb3d