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

No matching distribution found for torch==0.2.0.post3 #15

Closed
HandsomeDevilv112 opened this issue Mar 22, 2018 · 2 comments
Closed

No matching distribution found for torch==0.2.0.post3 #15

HandsomeDevilv112 opened this issue Mar 22, 2018 · 2 comments

Comments

@HandsomeDevilv112
Copy link

HandsomeDevilv112 commented Mar 22, 2018

I'm on the pytorch docker, and I'm extremely confused about what I'm doing wrong at this point. Any assistance is appreciated.

root@6b27a1f07b65:~/samplernn-pytorch# pip install -r requirements.txt
Collecting librosa==0.5.1 (from -r requirements.txt (line 1))
Using cached librosa-0.5.1.tar.gz
Collecting matplotlib==2.1.0 (from -r requirements.txt (line 2))
Using cached matplotlib-2.1.0-cp36-cp36m-manylinux1_x86_64.whl
Collecting natsort==5.1.0 (from -r requirements.txt (line 3))
Using cached natsort-5.1.0-py2.py3-none-any.whl
Collecting torch==0.2.0.post3 (from -r requirements.txt (line 4))
Could not find a version that satisfies the requirement torch==0.2.0.post3 (from -r requirements.txt (line 4)) (from versions: 0.1.2, 0.1.2.post1)
No matching distribution found for torch==0.2.0.post3 (from -r requirements.txt (line 4))

Edit: I can get it working without cuda. At this point is torch==0.2.0.post3 vital?

@veltman
Copy link

veltman commented Apr 17, 2018

FWIW I ran into the same issue and just updated requirements.txt to torch==0.3.1 and it seemed to work OK.

@HandsomeDevilv112
Copy link
Author

thank you for reminding me about this, my apologies for not updating when I found a solution. Checking "print(torch.version)" I receive 0.4.0a0+542fbcc. Checking requirements.txt, I seem to have left it on default and installed separately.
Your answer sounds way more elegant.
Closing, as the real issue was between the keyboard and chair.

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

2 participants