Skip to content

Package is Broken #9

@crlane

Description

@crlane

Tried on Linux and Mac in fresh virtualenv. Received similar error on both:

You are using pip version 6.0.3, however version 7.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
DEPRECATION: --download-cache has been deprecated and will be removed in the future. Pip now automatically uses and configures its cache.
Collecting wedo
  Downloading wedo-1.0.0.tar.gz
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/var/folders/45/h_fcdsz55hd720g6kz4nl5180000gn/T/pip-build-w2sQSU/wedo/setup.py", line 20, in <module>
        long_description=''.join([read('README.rst'), '\n\n', read('CHANGES.rst')]),
      File "/var/folders/45/h_fcdsz55hd720g6kz4nl5180000gn/T/pip-build-w2sQSU/wedo/setup.py", line 8, in read
        return open(os.path.join(os.path.dirname(__file__), fname)).read()
    IOError: [Errno 2] No such file or directory: '/var/folders/45/h_fcdsz55hd720g6kz4nl5180000gn/T/pip-build-w2sQSU/wedo/CHANGES.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

      File "/var/folders/45/h_fcdsz55hd720g6kz4nl5180000gn/T/pip-build-w2sQSU/wedo/setup.py", line 20, in <module>

        long_description=''.join([read('README.rst'), '\n\n', read('CHANGES.rst')]),

      File "/var/folders/45/h_fcdsz55hd720g6kz4nl5180000gn/T/pip-build-w2sQSU/wedo/setup.py", line 8, in read

        return open(os.path.join(os.path.dirname(__file__), fname)).read()

    IOError: [Errno 2] No such file or directory: '/var/folders/45/h_fcdsz55hd720g6kz4nl5180000gn/T/pip-build-w2sQSU/wedo/CHANGES.rst'

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /var/folders/45/h_fcdsz55hd720g6kz4nl5180000gn/T/pip-build-w2sQSU/wedo

It looks as though the CHANGES.rst is not available in the build directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions