[PYTHON] Installez matplotlib sur OS X El Capitan

Une note quand j'ai mis matplotlib à El Capitan avec pip. C'est normal que pkg-config et freetype ne soient pas inclus, donc il n'y a rien de tel.


Tout d'abord, appuyez sur la commande. Mais j'obtiens une erreur.

$ pip install matplotlib
Collecting matplotlib
  Using cached matplotlib-1.5.3.tar.gz
    Complete output from command python setup.py egg_info:
    IMPORTANT WARNING:
        pkg-config is not installed.
        matplotlib may not be able to find some of its dependencies
    ============================================================================
    Edit setup.cfg to change the build options

    BUILDING MATPLOTLIB
                matplotlib: yes [1.5.3]
                    python: yes [3.6.0 (v3.6.0:41df79263a11, Dec 22 2016,
                            17:23:13)  [GCC 4.2.1 (Apple Inc. build 5666) (dot
                            3)]]
                  platform: yes [darwin]

    REQUIRED DEPENDENCIES AND EXTENSIONS
                     numpy: yes [version 1.11.3]
                  dateutil: yes [dateutil was not found. It is required for date
                            axis support. pip/easy_install may attempt to
                            install it after matplotlib.]
                      pytz: yes [pytz was not found. pip will attempt to install
                            it after matplotlib.]
                    cycler: yes [cycler was not found. pip will attempt to
                            install it after matplotlib.]
                   tornado: yes [using tornado version 4.4.2]
                 pyparsing: yes [pyparsing was not found. It is required for
                            mathtext support. pip/easy_install may attempt to
                            install it after matplotlib.]
                    libagg: yes [pkg-config information for 'libagg' could not
                            be found. Using local copy.]
                  freetype: no  [The C/C++ header for freetype2 (ft2build.h)
                            could not be found.  You may need to install the
                            development package.]
                       png: yes [version 1.6.26]
                     qhull: yes [pkg-config information for 'qhull' could not be
                            found. Using local copy.]

    OPTIONAL SUBPACKAGES
               sample_data: yes [installing]
                  toolkits: yes [installing]
                     tests: yes [nose 0.11.1 or later is required to run the
                            matplotlib test suite. Please install it with pip or
                            your preferred tool to run the test suite / using
                            unittest.mock]
            toolkits_tests: yes [nose 0.11.1 or later is required to run the
                            matplotlib test suite. Please install it with pip or
                            your preferred tool to run the test suite / using
                            unittest.mock]

    OPTIONAL BACKEND EXTENSIONS
                    macosx: yes [installing, darwin]
                    qt5agg: no  [PyQt5 not found]
                    qt4agg: no  [PySide not found; PyQt4 not found]
                   gtk3agg: no  [Requires pygobject to be installed.]
                 gtk3cairo: no  [Requires cairocffi or pycairo to be installed.]
                    gtkagg: no  [Requires pygtk]
                     tkagg: yes [installing; run-time loading from Python Tcl /
                            Tk]
                     wxagg: no  [requires wxPython]
                       gtk: no  [Requires pygtk]
                       agg: yes [installing]
                     cairo: no  [cairocffi or pycairo not found]
                 windowing: no  [Microsoft Windows only]

    OPTIONAL LATEX DEPENDENCIES
                    dvipng: no
               ghostscript: no
                     latex: no
                   pdftops: no

    OPTIONAL PACKAGE DATA
                      dlls: no  [skipping due to configuration]

    ============================================================================
                            * The following required packages can not be built:
                            * freetype

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/8p/6g32nfj53nn59v0py80lzjgx2rswc_/T/pip-build-0vtpc0zd/matplotlib/

Puisqu'il est dit comme ci-dessous, j'ai décidé de mettre les deux en homebrew.

pkg-config is not installed
freetype: no  [The C/C++ header for freetype2 (ft2build.h)
                            could not be found.  You may need to install the
                            development package.]

Tout d'abord, installez ce dont vous avez besoin avec la commande brew, puis

$ brew install pkg-config freetype

Installez à nouveau matplotlib.

$ pip install matplotlib

Cette fois, cela a fonctionné.

Recommended Posts

Installez matplotlib sur OS X El Capitan
Installation de TensorFlow 0.11.0rc2 sur OS X El Capitan (10.11.6)
Installez Sphinx sur MacOSX
Installer python3 sur Mac (El Capitan)
Installez mitmproxy sur Mac OS X
Installez pgmagick sur Mac OS X 10.9
Utilisation du SDK NAOqi 2.4.2 Python avec Mac OS X El Capitan
Étapes pour installer la dernière version d'OpenCV sur OS X El Capitan sans Homebrew
Créez un environnement avec pyenv, pyenv-virtualenv, jupyter sur OS X El Capitan
Mettez NumPy, SciPy, Matplotlib dans OS X avec Homebrew (à partir de novembre 2015)
Installez Tomcat 9 sur Cent OS 8
Très facile à installer SciPy sur Mac OS X
Comment installer Caffe sur OS X avec macports
Installez PyQt5 avec homebrew sur Mac OS X Marvericks (10.9.2)
Mémo sur Mac OS X
Création d'un environnement R avec Jupyter (anciennement notebook IPython) (sous OS X El Capitan 10.11.3)
Lorsque l'importation de tkinter n'est pas possible avec Mac OS X 10.11.3 (El Capitan) + pyenv + Python 3.5.1.
Installez openssl-1.0.2l sur OSX El Capitan et mettez à jour Python _ssl.so
Créer un environnement python avec pyenv (OS X El Capitan 10.11.3)
Comment installer Theano sur Mac OS X avec homebrew
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Installez Adoptez OpenJDK 11 sur Cent OS 8
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
Instructions pour installer matplotlib sur votre Mac
Installez Scipy sur Mac OS Sierra
Installez Python 3.9 sur Ubuntu 20.04 (norme du système d'exploitation?)
Installez Python 2.7 sur Ubuntu 20.04 (norme du système d'exploitation?)
J'ai installé Caffe pour pouvoir faire du Deep Learning avec MAC OS X El Capitan
Installez rapidement OpenCV2.4 (+ python) sur OS X et essayez l'exemple
Installez lp_solve sur Mac OSX et appelez-le avec python.
Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)
Aws-cli installé sur Mac OS X Lion
Installez la version 64 bits du système d'exploitation (bate) sur Raspberry Pi
Installez docker-compose sur le système d'exploitation Raspberry Pi 64 bits
Construction de l'environnement GeoDjango + SQLite sur OS X
Exécutez NASA CEA sur Mac OS X
Installez Python3, numpy, pandas, matplotlib, etc. sous Windows
[Note] Installez wxPython 3.x sur Linux Mint (Ubuntu)
Exécutez Zookeeper x python (kazoo) sur Mac OS X
Installer shogun avec python modulaire (OS X Yosemite)
Shpinx (Python Document Builder) sur Mac OS X
Exécutez le wrapper Python de l'API Qiita v2 dans un environnement Python 3 (Mac OS X 10.11 (El Capitan))
Installez LightGBM dans l'environnement virtualenv OSX
Préparation à l'utilisation de aws cli sur Mac OS X
Création d'un environnement pour "Tello_Video" sur Mac OS X
Essayez d'utiliser E-Cell 4 sur Windows 7 ou Mac OS X
Créer un environnement de développement Python sur Mac OS X
Étapes pour installer CUDA 7.5 avec Mac (El Capitan) + Homebrew
Développé en installant Git, VSCode, Docker sur Chrome OS
mac OS X 10.15.x pyenv Python Si vous ne pouvez pas installer
Erreur d'installation de l'AWS CLI OS X EI Capitan (10.11.6) (python-dateutil)
Créer un environnement de développement Python avec OS X Lion
Installez Tensorflow sur Mac
Installez TensorFlow sur Ubuntu
Installer python sur WSL
Installez Faiss sur CentOS 7
Installez pyenv sur Mac
Installer pip sur Mavericks
Installez Python sur Pidora.
Installez mongodb sur termux
J'ai appris MNIST avec Caffe et j'ai essayé de le dessiner (MAC OS X El Capitan)