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

Can't install 2.2.1 #7

Closed
delfick opened this issue Jul 29, 2014 · 8 comments
Closed

Can't install 2.2.1 #7

delfick opened this issue Jul 29, 2014 · 8 comments

Comments

@delfick
Copy link
Contributor

delfick commented Jul 29, 2014

Hello,

┌─(stephen.moore@iambob-iLaptop, 29 Jul)────────────(~)────┐
└─(19:31)$ virtualenv tester
New python executable in tester/bin/python
Installing setuptools, pip...done.

┌─(stephen.moore@iambob-iLaptop, 29 Jul)────────────(~)────┐
└─(19:32)$ pip install rainbow_logging_handler==2.2.1
Downloading/unpacking rainbow-logging-handler==2.2.1
Downloading rainbow_logging_handler-2.2.1.zip
Running setup.py (path:/private/var/folders/k_/s20d12h56ln9xgzrbj22h5rc9b481m/T/pip_build_stephen.moore/rainbow-logging-handler/setup.py) egg_info for pa#
    Traceback (most recent call last):
    File "<string>", line 17, in <module>
    File "/private/var/folders/k_/s20d12h56ln9xgzrbj22h5rc9b481m/T/pip_build_stephen.moore/rainbow-logging-handler/setup.py", line 9, in <module>
        long_description = open('README.rst').read(),
    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 17, in <module>

File "/private/var/folders/k_/s20d12h56ln9xgzrbj22h5rc9b481m/T/pip_build_stephen.moore/rainbow-logging-handler/setup.py", line 9, in <module>

    long_description = open('README.rst').read(),

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

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/k_/s20d12h56ln9xgzrbj22h5rc9b481m/T/pip_build_stephen.moore/rainbow-log#
Storing debug log for failure in /Users/stephen.moore/.pip/pip.log
@miohtama
Copy link
Collaborator

My guess what is missing. Add README.rst to:

https://github.com/laysakura/rainbow_logging_handler/blob/master/MANIFEST.in

@miohtama
Copy link
Collaborator

Newer setuptools version might include this file automatically, so check that setuptools is up-to-date.

@miohtama
Copy link
Collaborator

@laysakura also for making automated releases with a lot of sanity checks please check out this article:

http://opensourcehacker.com/2012/08/14/high-quality-automated-package-releases-for-python-with-zest-releaser/

@delfick
Copy link
Contributor Author

delfick commented Jul 30, 2014

I'm also pretty sure you don't actually need that option either.

For example, this project does not have that option https://github.com/delfick/nose-focus/blob/master/setup.py

yet the pypi page displays the readme https://pypi.python.org/pypi/nose_focus as the long description.

@delfick
Copy link
Contributor Author

delfick commented Aug 2, 2014

I think you are correct that newer setuptools just works.

If I do a python setup.py sdist on my machine the result contains README.rst.

@delfick
Copy link
Contributor Author

delfick commented Aug 6, 2014

Hi @laysakura, sorry to nag, but can you please release ?

Thankyou.

@laysakura
Copy link
Owner

@delfick sorry for being too late!
I've just released 2.2.2.

@delfick
Copy link
Contributor Author

delfick commented Aug 6, 2014

No problems at all, thanks for that :)

@delfick delfick closed this as completed Aug 6, 2014
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

3 participants