scrapy startproject xxx 报错, ImportError: DLL load failed: 操作系统无法运行 %1
程序员文章站
2022-03-19 22:06:50
...
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: DLL load failed: 操作系统无法运行 %1。
解决方法:
只需安装一个包 cryptography ,打开cmd,输入
pip install -I cryptography
下一篇: windows下scrapy创建爬虫失败