I got a problem with importing Pillow.
ImportError: cannot import name '_imaging' from 'PIL'
Import way:
from PIL import Image
PIL installation: pip install Pillow
- I hasnt try to install Pillow over a PIL installation (default problem i think, after Internet research)
- I have already reinstalled it with PIP.
- All other imports working correctly
Have a nice day!