```shell pyspider all
- python3.7不兼容pyspider问题(出现占用关键字的问题) Python 3.5中引入了async和await,它们在Python 3.7中成为关键字。所以需要替换一下关键字。 ```shell 分别在run.py、tornado_fetcher.py、webui>app.py,ctrl+f查找async替换掉就可以了。Deprecated option ‘domaincontroller’: use ‘domain_controller’ instead.这是WsgiDAV发布了版本 pre-release 3.x导致的,所以只要把版本降下来就好了。将wsgidav替换为2.4.1。
python -m pip install wsgidav==2.4.1然后运行 pyspider all 。打开浏览器输入:localhost:5000
---来自腾讯云社区的---弄啥嘞
微信扫一扫打赏
支付宝扫一扫打赏