transformer-tensorflow icon indicating copy to clipboard operation
transformer-tensorflow copied to clipboard

problem: pip install requirement

Open Cumberbatch08 opened this issue 6 years ago • 1 comments

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. `

Cumberbatch08 avatar Jun 28 '19 08:06 Cumberbatch08

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

BKDuncan avatar Jul 05 '19 02:07 BKDuncan