-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
I can't install Pillow 8.2.0 via pip on FreeBSD 12.2. Installing 8.1.2 in the same manner still works fine.
In a new, fresh virtualenv, running pip install pillow gives the following (extremely long) error:
https://pastebin.com/5QeRLjb9
The error ends with "error: command 'cc' failed with exit status 1" and "ERROR: Command errored out with exit status 1" (in case this helps anyone Googling it in the future…)
Installing wheel (v0.36.2, to avoid the "Using legacy 'setup.py install' for pillow, since package 'wheel' is not installed." warning) doesn't solve it.
I'm using Python 3.8.9 and pip 21.1.3.
Thanks!