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

pip install doesn't work #5

Open
cwacek opened this issue Aug 6, 2014 · 2 comments
Open

pip install doesn't work #5

cwacek opened this issue Aug 6, 2014 · 2 comments

Comments

@cwacek
Copy link

cwacek commented Aug 6, 2014

pip install doesn't work because of missing README.md.

(env)example@example:~/tapio_agent/test$ pip install dmc
Downloading/unpacking dmc
  Downloading dmc-0.0.1.tar.gz
  Running setup.py (path:/home/example/env/build/dmc/setup.py) egg_info for package dmc
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/example/env/build/dmc/setup.py", line 25, in <module>
        long_description=open('README.md').read(),
    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 17, in <module>

  File "/home/example/env/build/dmc/setup.py", line 25, in <module>

    long_description=open('README.md').read(),

IOError: [Errno 2] No such file or directory: 'README.md'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/example/env/build/dmc
Storing debug log for failure in /home/example/.pip/pip.log
@themiurgo
Copy link

Could you fix this, please?

@kevinleestone
Copy link

Using setuptools fixes this #8

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