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

Why does this require newer setup tools #15

Open
mjallday opened this issue Oct 14, 2014 · 3 comments
Open

Why does this require newer setup tools #15

mjallday opened this issue Oct 14, 2014 · 3 comments
Labels

Comments

@mjallday
Copy link
Contributor

https://magnum.travis-ci.com/balanced/balanced/builds/6696671

Downloading/unpacking balog[kafka]>=1.2,<1.3 (from balanced-service==1.8.23)
  Downloading balog-1.2.3.tar.gz
  Running setup.py (path:/home/travis/virtualenv/build/balog/setup.py) egg_info for package balog

    The required version of setuptools (>=3.5.1) is not available,
    and can't be installed while this script is running. Please
    install a more recent version first, using
    'easy_install -U setuptools'.

    (Currently using setuptools 2.2 (/home/travis/virtualenv/lib/python2.7/site-packages))
    Complete output from command python setup.py egg_info:

The required version of setuptools (>=3.5.1) is not available,
and can't be installed while this script is running. Please
install a more recent version first, using

What does this requirement give us?

@fangpenlin
Copy link
Contributor

@mjallday There are something only new version of setuptools support, like extra dependencies. Not sure is that the reason I used the new setuptools here, but if it breaks thing, I can actually remove that and fallback to old setuptools, as long as the older version also support extra dependencies in setup.py.

@mjallday
Copy link
Contributor Author

I'm not 100% how new you mean. Balanced supports extras so if we could make it work with that particular version it would make integration easier.

@fangpenlin
Copy link
Contributor

@mjallday Sometimes I just like new version for no reason, maybe it was just my syndrome acting up. Please drop the new setuptools if older version also works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants