openai / spinningup

An educational resource to help anyone learn deep reinforcement learning.
https://spinningup.openai.com/
MIT License
10.02k stars 2.21k forks source link

Installation Error #389

Open kt71079 opened 1 year ago

kt71079 commented 1 year ago

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

It seems that, Pytorch is not distributing Pytorch 1.3.1. INSTALLING PREVIOUS VERSIONS OF PYTORCH

How can I solve this?

BackMountainDevil commented 12 months ago

? It seems that I can install it. just follow doc and #396

$ pip list | grep torch
torch                1.3.1