수행 할 때 pip install -r requirements.txt
설치 단계에서 다음 오류가 발생합니다 matplotlib
.
REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [not found. pip may install it below.]
dateutil: yes [dateutil was not found. It is required for date
axis support. pip/easy_install may attempt to
install it after matplotlib.]
tornado: yes [tornado was not found. It is required for the
WebAgg backend. pip/easy_install may attempt to
install it after matplotlib.]
pyparsing: yes [pyparsing was not found. It is required for
mathtext support. pip/easy_install may attempt to
install it after matplotlib.]
pycxx: yes [Couldn't import. Using local copy.]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: no [pkg-config information for 'freetype2' could
not be found.]
...
The following required packages can not be built:
* freetype
pip install -r requirements.txt
프리 타입도 설치 하지 않아야 합니까? Ubuntu 12.04에서 freetype을 어떻게 설치해야 작동 matplotlib
합니까?
freetype2
요즘 불려서 죄송합니다 . 업데이트되었습니다.