0
我想安裝matplotlib,但是爲了做到這一點,我需要freetype。但是freetype不能安裝,因爲它需要harfbuzz。但./configure --with-glib=no
其次make
後的HarfBuzz讓我在列表的末尾:無法在osx yosemite上安裝Matplotlib,freetype和Harfbuzz
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libharfbuzz-fuzzing.a(libharfbuzz_fuzzing_la-hb-warning.o) has no symbols
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libharfbuzz-fuzzing.a(libharfbuzz_fuzzing_la-hb-warning.o) has no symbols
CXXLD hb-fuzzer
make[3]: Nothing to be done for `all-am'.
Making all in docs
make[2]: Nothing to be done for `all'.
所以當我運行sudo make install
之後,我得到這個在列表的末尾:
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
所有我想在年底處於空閒線路
import matplotlib.pyplot as plt
工作,所以我可以發展我的圖形INT erface。
瘋狂的部分是freetype需要harfbuzz來安裝。