私はPythonコーディングに比較的慣れていないため、Pythonの統計とデータ管理について学びたいと思っています。このため、いくつかの問題を引き起こしているMatplotlibをインストールしたいと思います。
他の人にもこの問題が発生しているようですが、修正方法を完全には理解していません。
インストールするには
pip install matplotlib
次のスペックがインストールされています
- ウインドウズ10
- Python 3.8
- Microsoft Studio 2019
私が得た最初のエラーはMicrosoft Studioのインストールでしたので、それを行いました。私もピップを更新しようとしました
BUILDING MATPLOTLIB
matplotlib: yes [3.1.1]
python: yes [3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:21:23) [MSC v.1916 32 bit (Intel)]]
platform: yes [win32]
...
checkdep_freetype2.c
src/checkdep_freetype2.c(1): fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.23.28105\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
----------------------------------------
ERROR: Command errored out with exit status 1: