일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 단위테스트
- 알고스팟
- 박종천
- datalake
- 개발7년차매니저1일차
- 회고
- 동시성
- 클린코드
- clean code
- 테스트주도개발
- 데이터유통
- 켄트백
- 해커컵
- hackercup2017
- 개발자
- wait region split
- 코딩인터뷰
- 2016년회고
- 실전사례
- kafka
- functional thinking
- 데이터야놀자
- 개발자로살아남기
- 함수형 사고
- spray
- 2017회고
- 데이터플랫폼
- Raw-Request-URI
- 데이터레이크
- coursera
Archives
- Today
- Total
Software Engineering Note
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? 본문
삽질과 꿀팁사이
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
devmoons 2020. 3. 11. 12:46python 2.7.5 설치하려다 삽질. openssl 버전이 안 맞아서 그런 듯하다.
uninstall 하고 설치하면 알아서 다운로드한다.
(macOS Mojave 10.14.6)
brew uninstall --ignore-dependencies openssl@1.1
pyenv install 2.7.5
끝!
https://github.com/pyenv/pyenv/issues/950
많은 삽질이 모여있다.
'삽질과 꿀팁사이' 카테고리의 다른 글
특정 포트를 사용하는 프로세스가 없는데 Bind Exception 발생할때 (0) | 2017.04.30 |
---|---|
cron job 한번만 실행되도록 하기 (0) | 2017.01.19 |
python에서 json 처리 (0) | 2015.04.01 |