슬기로운 연구생활

[ Scrapy ] AttributeError: module 'lib' has no attribute 'Cryptography_HAS_SSL_ST 본문

슬기로운 에러 생활

[ Scrapy ] AttributeError: module 'lib' has no attribute 'Cryptography_HAS_SSL_ST

vhrehfdl 2019. 9. 10. 11:35

* 원인

Scrapy 설치하고 실행하려는데 에러가 발생했었다.

찾아보니까 pyOpenSSL 문제인 것 같다.

그냥 install 하나 해주니까 해결되었다.

* 해결 방안

pip3 install pyOpenSSL==0.15.1
Comments