I am trying to convert eps file to png using pillow, but keep getting an import error as it 'cannot import name '_imaging' from 'PIL'

Viewed 24

ImportError: cannot import name '_imaging' from 'PIL' I am running on windows operating system and using python 3.10.64 bit I have checked answers to other questions like this, and tried the solutions. However it's still the same error. I've tried uninstalling then reinstalling pillow, updating pillow to the latest version (9.2.0), updated pip, used msys2 to install external libraries and it's still the same error.

0 Answers
Related