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 tried to install and run pip install -e ., then encountered the following error.
ERROR: Could not find a version that satisfies the requirement torch==1.3.1 (from spinup) (from versions: 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)
ERROR: No matching distribution found for torch==1.3.1
I tried to install and run
pip install -e .
, then encountered the following error.It seems that, Pytorch is not distributing Pytorch 1.3.1.
INSTALLING PREVIOUS VERSIONS OF PYTORCH
How can I solve this?
The text was updated successfully, but these errors were encountered: