欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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