-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
AnacondaIssues with Anaconda's PillowIssues with Anaconda's PillowInstallationUsually a problem with …Usually a problem with …Linux
Description
I got this error while importing Image
from PIL import Image
Traceback (most recent call last):
File "<ipython-input-13-b7f01c2f8cfe>", line 1, in <module>
from PIL import Image
File "/lib/python3.7/site-packages/PIL/Image.py", line 40, in <module>
from . import PILLOW_VERSION, ImageMode, TiffTags, __version__, _plugins
**ImportError:** cannot import name 'PILLOW_VERSION' from 'PIL' (unknown location)I tried to remove it by myself but then got the same problem with __version__, then _plugins
Updating doesn't work for me. Can you help please?
StrangeTcy, dlazerka, samutamm, ericcbohn, qile10234 and 31 more
Metadata
Metadata
Assignees
Labels
AnacondaIssues with Anaconda's PillowIssues with Anaconda's PillowInstallationUsually a problem with …Usually a problem with …Linux