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

Package installation fails #17

Closed
jbochi opened this issue Oct 8, 2012 · 1 comment
Closed

Package installation fails #17

jbochi opened this issue Oct 8, 2012 · 1 comment

Comments

@jbochi
Copy link
Contributor

jbochi commented Oct 8, 2012

Downloading/unpacking m3u8 (from -r requirements-dev.txt (line 4))
  Downloading m3u8-0.1.3.tar.gz
  Running setup.py egg_info for package m3u8
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/Users/juarez.bochi/.virtualenvs/nginx/build/m3u8/setup.py", line 4, in <module>
        long_description = codecs.open('README.rst', 'r', 'utf-8').read()
      File "/Users/juarez.bochi/.virtualenvs/nginx/lib/python2.7/codecs.py", line 881, in open
        file = __builtin__.open(filename, mode, buffering)
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/Users/juarez.bochi/.virtualenvs/nginx/build/m3u8/setup.py", line 4, in <module>

    long_description = codecs.open('README.rst', 'r', 'utf-8').read()

  File "/Users/juarez.bochi/.virtualenvs/nginx/lib/python2.7/codecs.py", line 881, in open

    file = __builtin__.open(filename, mode, buffering)

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

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /Users/juarez.bochi/.virtualenvs/nginx/build/m3u8
@kutu
Copy link

kutu commented Oct 8, 2012

duplicate #15

@jbochi jbochi closed this as completed in 8757161 Oct 8, 2012
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