Ubuntu18 LTS 安装matplotlib
1、安装,需要python和pip
pip install matplotlib
2、报错 Running setup.py bdist_wheel for pillow ... error。缺少依赖,补充安装
apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev
1、安装,需要python和pip
pip install matplotlib
2、报错 Running setup.py bdist_wheel for pillow ... error。缺少依赖,补充安装
apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev