1
發現
我只是pip3
安裝枕頭(PIL層叉)在Windows上,我可以進口,但Image
類不能被找到:PIL.Image類不能與枕頭
>>> import PIL
>>> PIL.Image
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'PIL' has no attribute 'Image'
我做了什麼錯?
這是很多人遇到的常見錯誤 –