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

Cannot install dev dependencies on Python 2.7 #1194

Closed
MasterOdin opened this issue May 3, 2017 · 0 comments · Fixed by #1263
Closed

Cannot install dev dependencies on Python 2.7 #1194

MasterOdin opened this issue May 3, 2017 · 0 comments · Fixed by #1263

Comments

@MasterOdin
Copy link
Contributor

This caused the failure in my PR #1193:

IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
    When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
    Beginning with IPython 6.0, Python 3.3 and above is required.
    See IPython `README.rst` file for more information:
        https://github.com/ipython/ipython/blob/master/README.rst
    Python sys.version_info(major=2, minor=7, micro=9, releaselevel='final', serial=0) detected.

The dev-requirements therefore would need to be modified (or have a separate dev-requirements for python 2.7), pinning IPython to 5.x so that people could develop for that version?

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.

1 participant