Skip to content

Install ipython error #5232

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

Closed
BakaYang opened this issue Apr 15, 2018 · 5 comments
Closed

Install ipython error #5232

BakaYang opened this issue Apr 15, 2018 · 5 comments
Labels
auto-locked Outdated issues that have been locked by automation C: check Checking dependency graph for consistency type: support User Support

Comments

@BakaYang
Copy link

  • Pip version: 10.0.0b2
  • Python version: 2.7
  • Operating system: macOS High Sierra 10.13.1

I use pip install ipython

errors appear

matplotlib 1.3.1 requires nose, which is not installed. matplotlib 1.3.1 requires tornado, which is not installed. prompt-toolkit 1.0.15 has requirement six>=1.9.0, but you'll have six 1.4.1 which is incompatible. matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible.

38764153-19191134-3fdc-11e8-9e79-2ac00a3fcedb

@pradyunsg
Copy link
Member

Hi @BakaYang!

These are warnings related to incompatible dependencies in your environment. pip is trying to help by printing them and telling you about them.

Two of those warnings are incorrect and fixed in pip 10.0.0 which was released yesterday.

@pradyunsg pradyunsg added type: support User Support C: check Checking dependency graph for consistency labels Apr 15, 2018
@BakaYang
Copy link
Author

I upgrade pip use python -m pip install --upgrade pip,but errors appear
snip20180415_6

@di
Copy link
Member

di commented Apr 15, 2018

Duplicate of #5196?

@JJJasmineLin
Copy link

Hi @pradyunsg
version upgraded,
pip 10.0.1 from /Library/Python/2.7/site-packages/pip-10.0.1-py2.7.egg/pip (python 2.7)
however, still got the same error as the original post. :'(

@chrahunt
Copy link
Member

chrahunt commented Sep 1, 2019

Hi @JJJasmineLin, the previous comment mentioned that only 2 of the error messages were fixed by 10.0.0. The remainder should have been fully addressed in 18.0 (by #5457). Please try it out and let us know if you have any issues.

@chrahunt chrahunt closed this as completed Sep 1, 2019
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Oct 1, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: check Checking dependency graph for consistency type: support User Support
Projects
None yet
Development

No branches or pull requests

5 participants