Python: Error when import OpenSSL

前端 未结 2 1364
面向向阳花
面向向阳花 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: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

提交回复
热议问题