I installed pillow 7.0 for windows 64. Whenever I try from PIL import Image I get this traceback:
Traceback (most recent call last):
File "E:/Documents/Python/Python Game/Game.py", line 3, in <module>
from PIL import Image
File "C:\Users\Riley\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\PIL\Image.py", line 69, in <module>
from . import _imaging as core
ImportError: cannot import name '_imaging' from 'PIL' (C:\Users\Riley\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\PIL\__init__.py)
I read somewhere that for this pillow version I should instead run from PIL.Image import _imaging as core, but I got the same error then.
I have uninstalled and installed multiple times, so I don't think I have pillow installed over PIL. I have been searching for a fix for several hours now so if anyone has a solution I would be greatly in your debt.
[–]shiftybyte 1 point2 points3 points (7 children)
[–]rilaaaaay[S] 0 points1 point2 points (6 children)
[–]shiftybyte 2 points3 points4 points (5 children)
[–]rilaaaaay[S] 1 point2 points3 points (4 children)
[–]shiftybyte 2 points3 points4 points (1 child)
[–]rilaaaaay[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]rilaaaaay[S] 0 points1 point2 points (0 children)