Python3WebSpider / Images360

Download Images From 360 Using Scrapy
42 stars 33 forks source link

ModuleNotFoundError: No module named 'PIL' #1

Open Jayden-Z opened 6 years ago

Jayden-Z commented 6 years ago

module PIL support Python2 I have to install Pillow instead of PIL in Python3

aesdhj commented 5 years ago

module PIL support Python2 I have to install Pillow instead of PIL in Python3

我也在看这本书,为这本书建了一个QQ群805370297,方便大家讨论

Northxw commented 5 years ago

崔大的书名叫“Python3网络爬虫开发实战" , 所有的代码都是基于Python3.x版本的! 安装环境的部分可能会有点坑, 哪里不会的可以邮箱联系我,我乐意解答。

Ricky846 commented 4 years ago

pip install pillow可以解决