创建scrapy工程时报错|创建scrapy工程时报错 "ImportError: DLL load failed: 找不到指定的模块。"

先要确定是什么模块找不到
创建scrapy工程时报错|创建scrapy工程时报错 "ImportError: DLL load failed: 找不到指定的模块。"
文章图片

【创建scrapy工程时报错|创建scrapy工程时报错 "ImportError: DLL load failed: 找不到指定的模块。"】Windows环境下有网友说需要删除system32下的两个文件,但我并没有那两个文件
我再python环境中引入cryptography 并没与问题

但是引入

from cryptography.hazmat.bindings._openssl import ffi, lib

报了找不到指定模块
解决方法
pip install -I cryptography

    推荐阅读