-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: Imageio Pillow requires Pillow, not PIL! #322
Comments
Hi! It looks like you've installed PIL instead of Pillow. If this is not the case, please let me know. |
It seems to be installed
|
What does this give you? >> import PIL
>> PIL
>> PIL.VERSION
>> PIL.PILLOW_VERSION |
Somehow pillow was installed in /usr/lib64/python2.7/site-packages/ I solved the issue by running: |
Odd, but glad that it is now fixed! |
still getting the same error in 2022. any other ideas how to solve it? thank you! |
@chrischma Hard to say without you providing more information about your situation. In general, this error comes up if your environment is ill-configured and there isn't much we can bake into the library to prevent that from happening. A few angles to start debugging:
If none of this provides useful insight, you will have to describe your problem in more detail. |
hi,
I'm falling into this error,
The text was updated successfully, but these errors were encountered: