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 is Broken #9

Open
crlane opened this issue May 30, 2015 · 5 comments
Open

Package is Broken #9

crlane opened this issue May 30, 2015 · 5 comments

Comments

@crlane
Copy link
Contributor

crlane commented May 30, 2015

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.

@itdaniher
Copy link
Owner

@gbin currently maintains the PyPi support, not entirely sure how/why it's broken, but "pip install https://github.com/itdaniher/WeDoMore/archive/master.zip" works for me.

Regards,
Ian

@crlane
Copy link
Contributor Author

crlane commented May 31, 2015

@itdaniher Yes, I was able to install with pip from local source also, just doesn't work with the packaged version.

@gbin
Copy link
Contributor

gbin commented Jun 20, 2016

The package has been bumped, sorry it took so long !

@a-nanasov
Copy link

@gbin, the package at pypi is still missing the CHANGES.rst file, would you mind fixing this please?

@KTibow
Copy link

KTibow commented Jun 7, 2020

@gbin Still getting this error... Any plans?

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

5 participants