Contents

Note

After generating a project, then running make install, if you see an error message ERROR: Failed building wheel for Pillow or The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source., then you need to install Pillow's dependencies.

brew install zlib libjpeg
apt install zlib1g-dev libjpeg8-dev

You will then need to run make install again.

See also

See also the Pillow documentation External Libraries for additional libraries that you might need.