Search code examples
pythonpython-imaging-libraryimporterrorminiconda

Why PIL is not working on miniconda python 3.9?


from PIL import image
ImportError: cannot import name 'image' from 'PIL' (<path>9/lib/python3.9/site-packages/PIL/__init__.py)

pip install, conda install all tested.

May anyone experienced same thing?


Solution

  • just update the packages and resolved!