關於windows下安裝scrapy遇見問題的解決方案(ImportError: DLL load failed: 操作系統無法運行1%

問題描述:

window下通過ANACONDA安裝scrapy後創建工程時報錯,錯誤描述:from cryptography.hazmat.bindings._openssl import ffi, lib ImportError: DLL load failed: 操作系統無法運行1%

解決方案(兩種皆可行):

1、pip install -I cryptography

2、把C:\Windows\System32目錄下的libeay32.dll和ssleay32.dll刪除即可(但是可能會對其他依賴這兩個DLL的軟件有影響)。

轉:https://blog.csdn.net/qq_31550425/article/details/78435086

轉:https://blog.csdn.net/qq_31550425/article/details/78758235

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章