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

Installation via pip fails because README.md is not in the tarball #3

Closed
iliana opened this issue Jun 17, 2013 · 2 comments
Closed

Comments

@iliana
Copy link

iliana commented Jun 17, 2013

(datagrepper)[ianweller@cavanagh build]$ pip install stomper
Downloading/unpacking stomper
  Downloading stomper-0.2.6.tar.gz
  Running setup.py egg_info for package stomper
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/ianweller/.virtualenvs/datagrepper/build/stomper/setup.py", line 35, in <module>
        fd = file("README.md")
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/home/ianweller/.virtualenvs/datagrepper/build/stomper/setup.py", line 35, in <module>

    fd = file("README.md")

IOError: [Errno 2] No such file or directory: 'README.md'
@oisinmulvihill
Copy link
Owner

Yikes, my bad forgot to add a Manifest for it. Thanks for reporting. Its fixed now.

@dlparker
Copy link

I don't think this is fixed. I just did a pip install stomper and got the same error.

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

3 participants