Logutils install with pip fails

Issue #2 resolved
Former user created an issue

First noticed while trying to deploy pecan, identified as a logutils error, does not appear to install with pip anymore.

(.venv_scratch) MacBook:scratch $ pip install logutils Collecting logutils Downloading logutils-0.3.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/private/var/folders/3l/q6gc88j53010xl_jlxgkhtmc0000gn/T/pip-build-0Gcswx/logutils/setup.py", line 47, in <module> long_description = description(), File "/private/var/folders/3l/q6gc88j53010xl_jlxgkhtmc0000gn/T/pip-build-0Gcswx/logutils/setup.py", line 10, in description f = open(join(dirname(file), 'README.rst')) IOError: [Errno 2] No such file or directory: '/private/var/folders/3l/q6gc88j53010xl_jlxgkhtmc0000gn/T/pip-build-0Gcswx/logutils/README.rst'

Comments (2)

  1. Joe D'Andrea

    Same problem. Falling back to 0.3.3 works fine.

    Collecting logutils>=0.3 (from pecan>=1.1.1->my_project==0.6.1.dev4)
      Using cached logutils-0.3.4.tar.gz
        Complete output from command python setup.py egg_info:
        Traceback (most recent call last):
          File "<string>", line 1, in <module>
          File "/private/var/folders/f5/gvbmrpj94lnbmpg79y20j37w0000gn/T/pip-build-lgB_eV/logutils/setup.py", line 47, in <module>
            long_description = description(),
          File "/private/var/folders/f5/gvbmrpj94lnbmpg79y20j37w0000gn/T/pip-build-lgB_eV/logutils/setup.py", line 10, in description
            f = open(join(dirname(__file__), 'README.rst'))
        IOError: [Errno 2] No such file or directory: '/private/var/folders/f5/gvbmrpj94lnbmpg79y20j37w0000gn/T/pip-build-lgB_eV/logutils/README.rst'
    
        ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/f5/gvbmrpj94lnbmpg79y20j37w0000gn/T/pip-build-lgB_eV/logutils/
    
  2. Log in to comment