The headers or library files could not be found for jpeg
Pillow报错
The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html解决方法
macOS下:
brew install libtiff libjpeg webp little-cms2
Reason: https://pillow.readthedocs.io/en/latest/installation.html
PanBlogs