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
I get the following error while trying to install dependencies:
ERROR: Could not find a version that satisfies the requirement torch==1.11.0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0)
ERROR: No matching distribution found for torch==1.11.0
I am currently using a conda environment with a Python version of 3.12.4.
Any leads to what the compatible versions are for the installation to work would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
python3.9 torch 1.11.0 works for me,try to specify the Python and PyTorch versions when creating a conda environment.If the versions are not available in the default channel, you can try using the conda-forge channel.
I get the following error while trying to install dependencies:
I am currently using a conda environment with a Python version of 3.12.4.
Any leads to what the compatible versions are for the installation to work would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: