标签:htm min ali 浏览器 .exe config The tor nbsp
1. 安装phantomjs
下载地址:http://phantomjs.org/download.html
解压后将phantomjs.exe文件放到python根目录
2.安装pyspider
pip install pyspider
运行:pyspider 或 pyspider all
提示报错:RuntimeError: No supported color terminal library
我的tornado是4.5版本,降级到4.4.3后解决
pip uninstall tornado
pip install tornado==4.4.3
运行:pyspider 或 pyspider all
提示报错:
ValueError: Invalid configuration:
- Deprecated option ‘domaincontroller‘: use ‘http_authenticator.domain_controller‘ instead.
打开pyspider/webui/webdav.py
注释209行 # ‘domaincontroller‘: NeedAuthController(app),
改为: ‘http_authenticator‘: {‘HTTPAuthenticator‘: NeedAuthController(app)},
运行:pyspider 或 pyspider all
在浏览器输入localhost:5000
windows环境安装phantomjs和pyspider遇到的问题
标签:htm min ali 浏览器 .exe config The tor nbsp
原文地址:https://www.cnblogs.com/Selling-fish-bears/p/10558546.html