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

problem: pip install requirement #2

Open
Cumberbatch08 opened this issue Jun 28, 2019 · 1 comment
Open

problem: pip install requirement #2

Cumberbatch08 opened this issue Jun 28, 2019 · 1 comment

Comments

@Cumberbatch08
Copy link

thanks for your code, when I run the setup code, I met some error:
`Obtaining baselines from [email protected]:openai/baselines.git@34ae3194b4a15c57a8e5f2ae4d70191703a68f5a#egg=baselines (from -r requirements.txt (line 3))
Cloning [email protected]:openai/baselines.git (to revision 34ae3194b4a15c57a8e5f2ae4d70191703a68f5a) to ./src/baselines
Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
`

@BKDuncan
Copy link

BKDuncan commented Jul 5, 2019

I had the same error. I fixed it on my end by modifying the two git commands in requirements.txt to this:

-e git+https://github.com/openai/baselines.git@34ae3194b4a15c57a8e5f2ae4d70191703a68f5a#egg=baselines
-e git+https://github.com/lilianweng/datasets.git@021da8aa51a3741ea56ed84e9e110f3ff2a273f9#egg=tensorflow_datasets

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