seeprettyface-generator-wanghong icon indicating copy to clipboard operation
seeprettyface-generator-wanghong copied to clipboard

No module named 'PIL'

Open ConferenceEye opened this issue 5 years ago • 1 comments

Traceback (most recent call last): File "generate_wanghong.py", line 10, in import PIL.Image ModuleNotFoundError: No module named 'PIL'

How can I Deal with it?

ConferenceEye avatar Jan 08 '20 11:01 ConferenceEye

Linux:pip3 install Pillow windows:pip install pillow 这是因为没有pillow库导致的

wangyifan349 avatar Jun 23 '21 01:06 wangyifan349