Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ImportError: cannot import name 'PILLOW_VERSION' from 'PIL' (unknown location) #4130

@poormag

Description

@poormag

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    AnacondaIssues with Anaconda's PillowInstallationUsually a problem with …Linux

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions