Opened 11 years ago
Closed 5 years ago
#911 closed defect (no-action)
configure: error: Python Imaging Library is required
| Reported by: | Netbulae | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
The install instructions tell on:
http://mediagoblin.readthedocs.org/en/v0.6.1/siteadmin/deploying.html
Tell me to install the prerequisite python-imaging on Fedora. But in the version I'm using (Fedora 20), this package has been replaced by
python-pillow
https://fedoraproject.org/wiki/Features/Pillow Replace PIL (python-imaging) with Pillow, an actively maintained fork which is also heading for python3 compatibility
When trying to install with:
./experimental-bootstrap.sh && ./configure && make
I get:
checking for Python 'Image' library... no configure: error: Python Imaging Library is required
Change History (4)
comment:1 by , 11 years ago
| Priority: | blocker → minor |
|---|
comment:2 by , 11 years ago
comment:3 by , 9 years ago
Noting the existance of earlier ticket #651 "Switch to Pillow?". That may be a bigger task though. This particular ticket could be solved with updated documentation for Fedora.
comment:4 by , 5 years ago
| Resolution: | → no-action-required |
|---|---|
| Status: | new → closed |
Closing this old ticket - Pillow is now a required dependency and is listed in the documentation.

Using virtualenv it works ok