UBUNTU下PYTHON3安装使用SCRAPY时遇到的一个小问题
在利用pip安装scrapy时是成功的,但是在使用的过程中却有警告:
:0: UserWarning: You do not have a working installation of the service_identity module: 'cannot import name 'opentype''. 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模块我是安装的了,所以一直百思不得其解,最后在百度了一番,找到了答案。
pip3 install service_identity --force --upgrade --user
通过强制更新了一波service_identity,最后问题得到了解决!感谢百度到的大神的解答!
版权声明:本文转载请注明出处!
最新评论:
发表评论
电子邮件地址不会被公开。 必填项已用*标注