I'm on windows 10 using Python 3.9.12 and pillow-9.3.0 and having some issues while trying to use
from PIL import Image
.
Error i'm getting is:
ImportError: DLL load failed while importing _imaging: The specified module could
not be found.
How to resolve this?
reinstalled Python 3.9.12
tried installing / uninstalling multiple versions of Pillow :8.3.2 & 8.4 & 9.0 & 9.3