Home  >  Q&A  >  body text

python - scrapy运行出错

在启动scrapy时提示如下错误?是crypt库版本问题?还是什么原因。。

cffi.ffiplatform.VerificationError: importing
'/usr/local/lib/python2.7/site-packages/cryptography/_Cryptography_cffi_a269d620xd5c405b7.so':
/usr/local/lib/python2.7/site-packages/cryptography/_Cryptography_cffi_a269d620xd5c405b7.so:
undefined symbol: EC_GROUP_new_curve_GF2m

环境:

CentOS release 6.6
Python2.7

巴扎黑巴扎黑2714 days ago466

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 15:26:06

    I found a solution:

    pip install pyOpenSSL==0.13
    

    reply
    0
  • Cancelreply