I am having problems with the module PIL/Pillow. I installed it with pip install pillow
and everything worked fine. But when I start a program that needs this module, it recognizes it, but shows the following error message: ImportError: cannot import name '_imaging' from 'PIL'
(see picture).
from PIL import Image
[Click to see the Pic with the Error]
See also these pictures:
It seems that many have this problem, but I have not found a solution to my problem anywhere. Neither in the forum nor in Google. How do I fix this?
Python version: 3.8.2
Pillow version: 8.1.0