sudo python3 pip install pillow
报错:The headers or library files could not be found for jpeg,...
解决:安装依赖
sudo apt install libjpeg-dev
sudo python3 pip install pillow
报错:The headers or library files could not be found for jpeg,...
解决:安装依赖
sudo apt install libjpeg-dev