Parce que je suis en train d'installer jupyter sur mon mac, je upgrated mon pip. Il m'a montré tout va bien, mais ensuite, j'ai remarqué ceci:
Requirement already up-to-date: pip in /Library/Python/2.7/site-packages/pip-10.0.0b2-py2.7.egg (10.0.0b2)
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible.
Qu'est-ce que cela signifie? Mon matplotlib fonctionner normalement même si je n'ai pas numphy>=1.5?
J'ai essayé de fixation comme suggéré matplotlib 1.3.1 a l'exigence numpy>=1.5, mais vous aurez numpy 1.8.0rc1 qui est incompatible , mais il ne fonctionne pas:
sudo -H pip install numphy
Password:
Requirement already satisfied: numphy in /Library/Python/2.7/site-packages (0.0.1)
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible.