can't create project in scrapy says dll load failed

前提是你 提交于 2021-02-08 10:17:38

问题


from cryptography.hazmat.bindings._openssl import ffi, lib ImportError: DLL load failed: The operating system cannot run %1.

i installed scrapy through conda by

conda install scrapy -c conda-forge


回答1:


me too i meet this problem under windows 10 , after many search on many websites . i found this solution : download this : https://github.com/python/cpython-bin-deps/tree/openssl-bin-1.0.2k zip the file and copy the folder (amd or win ) in your sys path : C:\Windows\SysWOW64 and voila every thing works fine



来源:https://stackoverflow.com/questions/51452575/cant-create-project-in-scrapy-says-dll-load-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!