I'm following the installation guide for Plone from this documentation, but during the installation, I encountered an error related to the pillow library. The logs suggest that the headers or library files for jpeg are missing, which is required for compiling pillow from source. Below are the relevant logs:
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
Traceback (most recent call last):
File "<string>", line 993, in <module>
...
RequiredDependencyException:
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
How can I resolve this issue and continue with the installation?
I'd love a pull request in Documentation to update the error message and command to use that works. Correcting docs is a great way to get experience with contributing to open source software and to give back to the community so no one else has to suffer what you went through. See Contribute to documentation — Plone Documentation v6
@pulkitxm - Assuming you have the permission to do so as a new poster, I recommend that you rename this topic to: "Pillow Installation Error: Missing JPEG Headers/Library Files During Plone Setup"
That's going to be more helpful for people in the future than the current name.