Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 자연어처리
- 전처리
- Word2Vec
- word embedding
- 인공지능
- Classification Task
- 품사태깅
- naver movie review
- NLP
- CUDA
- 수기
- 석사
- sentiment analysis
- 대학원
- 우울증
- pytorch
Archives
- Today
- Total
슬기로운 연구생활
[ 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
'슬기로운 에러 생활' 카테고리의 다른 글
[ Tensorflow ] ImportError: cannot import name 'regex_replace' (0) | 2019.09.10 |
---|---|
[ Python ] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid (0) | 2019.09.10 |
[ Google Speech API ] 아무것도 출력이 되지 않는 이슈 (0) | 2019.09.10 |
[ Server ] Ubuntu E: Problem executing scripts APT 해결 방법 (0) | 2019.09.10 |
[ Server ] Ubuntu E: Problem executing scripts APT 해결 방법 (0) | 2019.09.10 |
Comments