============================================================================

                        * The following required packages can not be built:

                        * freetype, png

So install them:

apt-cache search freetype | grep dev
apt-cache search libpng | grep dev
sudo apt-get install libfreetype6-dev libpng12-dev
pip install matplotlib

Done.

 

相关文章:

  • 2021-05-08
  • 2021-12-01
  • 2021-08-22
  • 2021-06-16
  • 2021-10-13
  • 2021-09-16
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2021-09-17
  • 2021-06-27
  • 2021-07-03
  • 2022-02-12
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案