C:\zombie>ipython
Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AM
D64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 7.10.2 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from PIL import Image
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-b7f01c2f8cfe> in <module>
----> 1 from PIL import Image
ModuleNotFoundError: No module named 'PIL'
In [2]: quit
C:\zombie>pip install pillow
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Requirement already satisfied: pillow in c:\python38\lib\site-packages (6.2.1)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.
Hi, I have install pillow but I can't import it.
Hi, I have install pillow but I can't import it.