ChangeIsKey / LSCDBenchmark

7 stars 1 forks source link

non-existing versions in requirements.txt #20

Closed Garrafao closed 1 year ago

Garrafao commented 1 year ago

ERROR: Could not find a word satisfies the requirement torch==1.12.1+cu116 (from versions: 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1) ERROR: No matching distribution found for torch==1.12.1+cu116

Garrafao commented 1 year ago

solved by running

pip install -r requirements.txt --find-links https://download.pytorch.org/whl/torch_stable.html