有三AI推荐爬虫Image-Downloader尝试步骤(最终成功)-20200527

【杂谈】深度学习必备,各路免费爬虫一举拿下
最初在公众号上看到的
其中推荐GUI界面的Image-Downloader
注意要根据里面的提示进行安装:
(1)Python3.5+, 我的是python3.7
(2)安装chrome对应的chromedriver, 放在本文件夹/bin下
这里提供的地址不可用, 根据selenium 安装与 chromedriver安装, 找到可用的http://npm.taobao.org/mirrors/chromedriver/81.0.4044.138/
(3)安装phantomjs(后来根据deprecated发现可以舍弃)
(4)pip3 install -r requirements.txt
pip install PyQt5一直报错 Could not find qmake configuration file linux-g++.
最后根据pip install --user pyqt5==5.14
可用,开心~

你可能感兴趣的:(爬虫)