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
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
Recommended Posts