Baselines: Pip install fails on OS-X

Created on 24 May 2017  路  4Comments  路  Source: openai/baselines

On macOS Sierra (10.12.5) attempting to run pip install baselines results in the following error message:
```Collecting baselines
Using cached baselines-0.1.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/nq/0xqx24zn7dn5qmzxkl4dyp9r0000gn/T/pip-build-nBjPkA/baselines/setup.py", line 8, in
with open(os.path.join(repo_dir, "README.md")) as f:
IOError: [Errno 2] No such file or directory: '/private/var/folders/nq/0xqx24zn7dn5qmzxkl4dyp9r0000gn/T/pip-build-nBjPkA/baselines/README.md'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/nq/0xqx24zn7dn5qmzxkl4dyp9r0000gn/T/pip-build-nBjPkA/baselines/```

Most helpful comment

I am facing the similar issue. Kindly provide a solution.

All 4 comments

@alapite thanks for reporting this! Should be fixed now.

Closing the issue, please comment if the issue persists.

I am facing the similar issue. Kindly provide a solution.

I also have the same issue.Please provide a solution

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PolarisYxh picture PolarisYxh  路  10Comments

dkorenkevych picture dkorenkevych  路  11Comments

damienlancry picture damienlancry  路  7Comments

ampnirvana picture ampnirvana  路  14Comments

sanjeevanahilan picture sanjeevanahilan  路  17Comments