brew install freetype
brew install libpng

sudo easy_install pip
#图形显示模块 sudo pip install matplotlib

输入以下命令来测试是否安装成功:
python -c 'import matplotlib.pyplot as pyplot; pyplot.pie([1,2,3]); pyplot.show()'
#读取xls文件(Excel)模块
sudo pip install xlrd
 

相关文章:

  • 2021-11-29
  • 2021-08-18
  • 2021-07-17
  • 2021-10-20
  • 2021-12-02
  • 2022-02-08
猜你喜欢
  • 2021-09-08
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
相关资源
相似解决方案