Операционная система Windows 10 64 бит. Я пытался сделать следующее:
pip install matplotlib.
Не сработало. Тогда я попробовал как написано в https://matplotlib.org/users/installing.html#build-requirements:
python -mpip install -U pip
python -mpip install -U matplotlib
Тогда где-то я читал, что обновление setuptools может решить проблему. Я попробовал это с:
pip install --upgrade setuptools
easy_install -U setuptools
Ответ всегда одинаков:
Command "python setup.py egg_info" failed with error code 1 in C:\Users\User\AppData\Local\Temp\pip-install-pqlhz7ux\matplotlib\
Вы можете мне помочь? Версия Python 3.7.0
BUILDING MATPLOTLIB
matplotlib: yes[2.2.2]
python: yes
[3.7.0 (v3.7.0:1bf9cc5093, Jun 2
7 2018, 04:06:47) [MSC v.1914 32 bit (Intel)]]
platform: yes [win32]
REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes
[not found. pip may install it below.]
install_requires: yes
[handled by setuptools]
libagg: yes
[pkg-config information for 'libagg' could not be found. Using local copy.]
freetype: no
[The C/C++ header for freetype
(freetype2\ft2build.h) could not be
found. You may need to install the development pack age.]
png: no
[The C/C++ header for png (png.h) could not be
found. You may need to install the development
package.]
qhull: yes
[pkg-config information for 'libqhull' could not be found. Using local copy.]