Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torch requirement outdated #89

Open
JasperStolte opened this issue Oct 10, 2022 · 4 comments
Open

torch requirement outdated #89

JasperStolte opened this issue Oct 10, 2022 · 4 comments

Comments

@JasperStolte
Copy link

The requirements.txt file includes torch==0.4.0
This throws an error as this version is not available any longer, also preventing the packages further down the list from being installed.

image

@m-erdemm
Copy link

I think its because of your python version

@JasperStolte
Copy link
Author

I think its because of your python version

Possible, but my python version is 3.6 as per the instructions under the Dependencies section. So I'm just following the instructions here. Does it work on your end?

@Runningchauncey
Copy link

The closed issue #49 solved the problem on my side. Good luck!

@yavorkovachev
Copy link

yavorkovachev commented May 1, 2023

The link provided above (to issues #49) does not work. Following step six pip install torch=0.4.0 results in the error:

(drlnd) G:\My Drive\current\Deep_Reinforcement_Learning\deep_reinforcement_learning_master_2>pip install torch==0.4.0
ERROR: Could not find a version that satisfies the requirement torch==0.4.0 (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==0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants