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

4.0.1 No such file or directory: 'docs/README.rst' #12

Closed
barneyjackson opened this issue Jul 28, 2015 · 1 comment
Closed

4.0.1 No such file or directory: 'docs/README.rst' #12

barneyjackson opened this issue Jul 28, 2015 · 1 comment

Comments

@barneyjackson
Copy link

Upgrading to 4.0.1 (latest as of this moment) gives the following error:

$ pip install decorator==4.0.1
Downloading/unpacking decorator==4.0.1
  Running setup.py egg_info for package decorator
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "XXX/build/decorator/setup.py", line 12, in <module>
        long_description=open('docs/README.rst').read(),
    IOError: [Errno 2] No such file or directory: 'docs/README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "XXX/build/decorator/setup.py", line 12, in <module>

    long_description=open('docs/README.rst').read(),

IOError: [Errno 2] No such file or directory: 'docs/README.rst'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in XXX/build/decorator
Storing complete log in /home/ubuntu/.pip/pip.log

I see the fix in 18dd1e5, but it doesn't seem to have done the job.

4.0.0 works as expected.

@micheles
Copy link
Owner

This is fixed in 4.0.2, sorry for the inconvenience (travis did not catch this).

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