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

Reflect in setup classifiers that support for python <3 was dropped #353

Closed
maapxa opened this issue Sep 27, 2018 · 1 comment · Fixed by #354
Closed

Reflect in setup classifiers that support for python <3 was dropped #353

maapxa opened this issue Sep 27, 2018 · 1 comment · Fixed by #354

Comments

@maapxa
Copy link
Contributor

maapxa commented Sep 27, 2018

Support for python < 3 was dropped in this commit. Would be nice to have that changed in the classifiers section, and test requirements, in setup.py

@Carreau Carreau added this to the 7.1 milestone Sep 27, 2018
@felipeek
Copy link

I'm getting an error trying to install ipykernel from pip and I think this is related to this issue.

Collecting ipykernel>=4.5.1 (from ipywidgets==7.1.0->halo==0.0.14->infraboxcli)
  Using cached https://files.pythonhosted.org/packages/e1/cb/0129f461e8a4823fe662df4992d6ce8a0b593a5e86c6de78d4b882a0cf44/ipykernel-5.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    ERROR: ipykernel requires Python version 3.4 or above.

This happens because https://github.com/ipython/ipykernel/blob/master/setup.py has
#!/usr/bin/env python

Python 3 is called using python3, not python

@minrk minrk closed this as completed in #354 Oct 1, 2018
@minrk minrk removed this from the 5.1 milestone Oct 8, 2018
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

Successfully merging a pull request may close this issue.

4 participants