python - Error while creating a new project using Scrapy -
i installed scrapy on fedora 20 , when tried create new project gives me following error:
/usr/lib/python2.7/site-packages/twisted-14.0.0-py2.7-linux-x86_64.egg/twisted/internet/_sslverify.py:184: userwarning: not have service_identity module installed. please install <https://pypi.python.org/pypi/service_identity>. without service_identity module , recent enough pyopenssl tosupport it, twisted can perform rudimentary tls client hostnameverification. many valid certificate/hostname mappings may rejected.
i tried searching module service_identity
in vain! me in regard.
thanks in advance
try pip install service_identity
resolve issue.
Comments
Post a Comment