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

Getting a gtimer error while installing requirements #8

Closed
sir-avinash opened this issue Jun 15, 2018 · 3 comments
Closed

Getting a gtimer error while installing requirements #8

sir-avinash opened this issue Jun 15, 2018 · 3 comments

Comments

@sir-avinash
Copy link

Hi Vitchyr,
I'm following your rlkit-gpu install instructions (i.e., conda env create -f docker/rlkit_gpu/rlkit-env.yml), and I get the following error:

Could not find a version that satisfies the requirement gtimer==1.0.1b5 (from -r /data/repos/rlkit/docker/rlkit_gpu/condaenv.27ccrza6.requirements.txt (line 4)) (from versions: 1.0.0b0, 1.0.0b1, 1.0.0b2, 1.0.0b3, 1.0.0b4, 1.0.0b5)
No matching distribution found for gtimer==1.0.1b5 (from -r /data/repos/rlkit/docker/rlkit_gpu/condaenv.27ccrza6.requirements.txt (line 4))

Please help :-/

@vitchyr
Copy link
Collaborator

vitchyr commented Jun 19, 2018

I updated the .yml file to use 1.0.0b5, which should work. If not, please re-open this issue.

@vitchyr vitchyr closed this as completed Jun 19, 2018
@sir-avinash
Copy link
Author

Thanks, that worked. Found another related issue going forward. Pytorch 0.4.0 throws the following error - "RecursionError: maximum recursion depth exceeded". Online jedi suggest using 0.3.1 as a fix https://github.com/allenai/allennlp/issues/1161. Might want to update .yml file accordingly :-)

@sir-avinash
Copy link
Author

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