msanders / cider

Hassle-free bootstrapping with Homebrew.
https://pypi.python.org/pypi/cider/
MIT License
840 stars 25 forks source link

Error installing cider via pip #15

Closed bachya closed 9 years ago

bachya commented 9 years ago
Downloading/unpacking cider
  Downloading cider-1.1.2.tar.gz
  Running setup.py (path:/private/var/folders/4h/g8cpq3l174l6xrt_dsl8vl8c0000gn/T/pip_build_abach/cider/setup.py) egg_info for package cider
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/private/var/folders/4h/g8cpq3l174l6xrt_dsl8vl8c0000gn/T/pip_build_abach/cider/setup.py", line 61, in <module>
        long_description=read_description(),
      File "/private/var/folders/4h/g8cpq3l174l6xrt_dsl8vl8c0000gn/T/pip_build_abach/cider/setup.py", line 23, in read_description
        with open("README.md") as f:
    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 "/private/var/folders/4h/g8cpq3l174l6xrt_dsl8vl8c0000gn/T/pip_build_abach/cider/setup.py", line 61, in <module>

    long_description=read_description(),

  File "/private/var/folders/4h/g8cpq3l174l6xrt_dsl8vl8c0000gn/T/pip_build_abach/cider/setup.py", line 23, in read_description

    with open("README.md") as f:

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

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/4h/g8cpq3l174l6xrt_dsl8vl8c0000gn/T/pip_build_abach/cider
Storing debug log for failure in /Users/abach/.pip/pip.log

Thanks!

msanders commented 9 years ago

Crap, thanks for the heads-up! Should be fixed by b1e8c9a.

msanders commented 9 years ago

Version on PyPI should be updated now.

bachya commented 9 years ago

Great, thank you!