Closed Pikamander2 closed 3 years ago
I assume that this is the problem:
Pillow >= 2.1.0 no longer supports “import _imaging”. Please use “from PIL.Image import core as _imaging” instead.
How can that be fixed?
Nevermind, I was trying to run it with IDLE instead of the command prompt, so it wasn't running in the virtual environment.
When running the example script on Windows 10 in a Python 3.8 virtual environment, I get this error:
Googling the error returns this Stack Overflow page, which suggests that PIL and Pillow are conflicting with each other.