lilianweng / transformer-tensorflow

Implementation of Transformer Model in Tensorflow

Home Page:https://lilianweng.github.io/lil-log/2018/06/24/attention-attention.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem: pip install requirement

Cumberbatch08 opened this issue · comments

thanks for your code, when I run the setup code, I met some error:
`Obtaining baselines from git+git@github.com:openai/baselines.git@34ae3194b4a15c57a8e5f2ae4d70191703a68f5a#egg=baselines (from -r requirements.txt (line 3))
Cloning git@github.com: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.
`

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