ImportError: cannot import name '_imaging' from 'PIL'

preview_player
Показать описание
#python #PIL #pillow #importerror #face_recognition
This error happens when you call face_recognition or other python library when that requires PIL(Pillow) image library.
Then you have to update PIL library of python.

PIP COMMAND: pip install -U Pillow

ImportError: cannot import name '_imaging' from 'PIL' (D:\PYTHON\lib\site-packages\PIL\__init__.py)
Рекомендации по теме
Комментарии
Автор

I'm using pipenv install pillow but it was still showing me same error

dnyaneshctech
Автор

Can u please tell me how to solve that.

dnyaneshctech