Python: Error when import OpenSSL

前端 未结 2 1343
面向向阳花
面向向阳花 2021-01-07 09:25

I am learning Scrapy, from Scrapy\'s docs http://doc.scrapy.org/en/1.0/intro/overview.html I input

scrapy runspider stackoverflow_spider.py -o top-st

相关标签:
2条回答
  • 2021-01-07 10:07

    I had the same problem. I download and install Win64OpenSSL_Light-1_0_2h and it worked.

    0 讨论(0)
  • 2021-01-07 10:13

    I, too, recently had this problem with OpenSSL on Windows, and in addition to the suggestion of installing pre-packaged library files from https://slproweb.com/products/Win32OpenSSL.html, I also needed to reinstall cryptography.

    pip install -I cryptography

    0 讨论(0)
提交回复
热议问题