You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(FRIDAY) NO-MacBook-Pro desktop % pip install venv_requirements.txt
ERROR: Could not find a version that satisfies the requirement venv_requirements.txt (from versions: none)
ERROR: No matching distribution found for venv_requirements.txt
(FRIDAY) NO-MacBook-Pro desktop % python3 --version
Python 3.7.0
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 0.4.1, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0, 1.1.0.post2, 1.2.0, 1.3.0, 1.3.0.post2, 1.3.1, 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+cu113
The text was updated successfully, but these errors were encountered:
My bad, I forgot a -r flag. Thanks for raising the issue. Try then running: pip install -r venv_requirements.txt
About the lacking version of torch I'm not confident with OSX but try to run the associated install line at PyTorch Website https://pytorch.org/get-started/previous-versions/ which turns out to be pip install torch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1
EDIT: I'm not that experienced with PyTorch on OSX but, as far as I know, CUDA is supported only on NVIDIA graphic cards. You should make sure that CUDA is available on your device.
(FRIDAY) NO-MacBook-Pro desktop % pip install venv_requirements.txt
ERROR: Could not find a version that satisfies the requirement venv_requirements.txt (from versions: none)
ERROR: No matching distribution found for venv_requirements.txt
(FRIDAY) NO-MacBook-Pro desktop % python3 --version
Python 3.7.0
There is also an error with
(ayo) NO-MacBook-Pro desktop % pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 0.4.1, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0, 1.1.0.post2, 1.2.0, 1.3.0, 1.3.0.post2, 1.3.1, 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+cu113
The text was updated successfully, but these errors were encountered: