SpiderClub / haipproxy

:sparkling_heart: High available distributed ip proxy pool, powerd by Scrapy and Redis
https://spiderclub.github.io/haipproxy/
MIT License
5.44k stars 912 forks source link

python crawler_booter.py --usage crawler  报错 #106

Open myrainbowandsky opened 4 years ago

myrainbowandsky commented 4 years ago

python3 crawler_booter.py --usage crawler :0: UserWarning: You do not have a working installation of the service_identity module: 'cannot import name 'verify_ip_address''. Please install it from https://pypi.python.org/pypi/service_identity and make sure all of its dependencies are satisfied. Without the service_identity module, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. 安装 service_identity 还是报错

ubuntu18.04 , python3.6

p475453633 commented 3 years ago

pip install service_identity --force --upgrade 参考:https://blog.csdn.net/qiqiyingse/article/details/91518343