PX4- Reasons for the failure of installing Pillow

1. The source of pip is wrong

[global]
timeout = 60
index-url = http://pypi.douban.com/simple
trusted-host = pypi.douban.com

2. The dependencies are not installed

sudo apt-get install libjpeg-dev zlib1g-dev
pip3 install Pillow

おすすめ

転載: blog.csdn.net/qq_44701116/article/details/130179574