You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
Issue
Pillow added a dependency on a "jpeg" package that has to be installed with brew. This dependency should be integrated into the install or appropriate instructions should be added to the setup instructions.
How to replicate
Follow the install instructions on a fresh copy of El Capitan up to the make test portion.
Attempt to run make test, it will fail with error ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
Install the jpeg package using brew.
Rerun make test, it will work.
The text was updated successfully, but these errors were encountered:
I had this problem and saw it in a thread on Simian-discuss.
Issue
Pillow added a dependency on a "jpeg" package that has to be installed with brew. This dependency should be integrated into the install or appropriate instructions should be added to the setup instructions.
How to replicate
make test
portion.make test
, it will fail with errorValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
jpeg
package using brew.make test
, it will work.The text was updated successfully, but these errors were encountered: