ImportError: cannot import name _imaging

I had the same problem and I solved that by upgrading this package using the command below:

pip install -U Pillow

Leave a Comment