Cannot use ImageField because Pillow is not installed
2,415 views
Skip to first unread message
Leonardo Mateo
unread,
Apr 8, 2018, 9:10:59 AM4/8/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wagtail support
For the past day I have been getting the below error message when trying to migrate, and because of this error message I can't go beyond this point. I have tried different troubleshooting steps that I have googled, but no avail.
"ERRORS: wagtailimages.Image.file: (fields.E210) Cannot use ImageField because Pillow is not installed. HINT: Get Pillow at https://pypi.python.org/pypi/Pillow or run command "pip install Pillow". wagtailimages.Rendition.file: (fields.E210) Cannot use ImageField because Pillow is not installed. HINT: Get Pillow at https://pypi.python.org/pypi/Pillow or run command "pip install Pillow".
When I do "pip freeze", I can see that pillow==5.1.0 is installed in my virtual environment. My virtual environment is also based on python3.6.5.