[PYTHON] Mettez NumPy, SciPy, Matplotlib dans OS X avec Homebrew (à partir de novembre 2015)

Résumé

J'ai installé le logiciel de titre faisant référence à ce qui suit, mais j'en étais un peu accro, alors je l'ai écrit sous forme d'article

Installation de SciPy

Conformément à l'article d'origine, installez ce qui suit:

brew update
brew install python3
pip3 install --upgrade setuptools
pip3 install --upgrade pip
brew linkapps
pip3 install numpy

J'en suis accro ici.

C'était bien jusqu'à présent, mais j'ai eu une erreur lors de l'installation de gfortran. Selon lui, gfortran a été absorbé dans le paquet gcc.

Donc au lieu de brew install gfortran

brew install gcc

Revenez ensuite à l'article d'origine

easy_install cython
brew install swig
pip3 install git+http://github.com/scipy/scipy/

SciPy est maintenant installé.

matplotlib

Êtes-vous accro à ici? Partie 2. Dans l'article original, le chemin du freetype n'était pas bon et j'ai posté un lien symbolique, Cela semble inutile maintenant.

brew install freetype
# sudo ln -s /usr/local/include/freetype2 /usr/include/freetype ##Ce n'est pas nécessaire!
pip3 install matplotlib

IPython

Comme dans l'article d'origine, vous pouvez l'installer avec:

pip3 install ipython

Article de référence

Recommended Posts

Mettez NumPy, SciPy, Matplotlib dans OS X avec Homebrew (à partir de novembre 2015)
Installez PyQt5 avec homebrew sur Mac OS X Marvericks (10.9.2)
Comment installer Theano sur Mac OS X avec homebrew
Installez matplotlib sur OS X El Capitan
Très facile à installer SciPy sur Mac OS X
Comment installer Caffe sur OS X avec macports
Installez Sphinx sur MacOSX
Installez Scipy sur Mac OS Sierra
Étapes pour installer la dernière version d'OpenCV sur OS X El Capitan sans Homebrew
Installez mitmproxy sur Mac OS X
Installez pgmagick sur Mac OS X 10.9
Si scipy est python 2.7.8, l'installation de pip trébuche
Installez CVXOPT, NumPy, SciPy sur Travis CI
Installez et exécutez Python3.5 + NumPy + SciPy sur Windows 10
Installez Python3, numpy, pandas, matplotlib, etc. sous Windows
J'ai installé Pygame avec Python 3.5.1 dans l'environnement de pyenv sur OS X
Utilisation d'Intel MKL avec NumPy / SciPy (version de novembre 2019)
Installer shogun avec python modulaire (OS X Yosemite)
Installez Python 3 sur MacOS Catalina (avec Homebrew uniquement)
Mettez Scipy + Matplotlib dans Ubuntu sur Vagrant et affichez le graphique avec X11 Forwarding
Utilisation de plusieurs versions de Python sur Mac OS X (2) Utilisation
Découvrez la puissance de l'accélération avec NumPy / SciPy
Tester Python avec Miniconda dans un environnement OS X et Linux avec travis-ci
Utilisation de Docker (Hyper-V) avec PyCharm sur Windows 10 (à partir d'août 2017)
Installez Numpy dans virtualenv sur Windows
Installez Tomcat 9 sur Cent OS 8
Mémo sur Mac OS X
Installation de Homebrew sur Amazon Linux 2
Premiers pas avec le framework Python Django sur Mac OS X
Utilisation de plusieurs versions de Python sur Mac OS X (1) Installation de plusieurs ver
Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)