Python中提示:no module named 'PIL'

场景

实现

不要执行

pip install PIL

要执行

pip install Pillow

如果提示超时,执行

pip --default-timeout=200 install -U Pillow

猜你喜欢

转载自blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/89716179