반응형
Python PDPbox 패키지 설치시 문제 해결
문제
PDPbox 패키지를 설치하던 도중 아래 에러가 발생하면서 설치가 완료되지 않음
/usr/bin/ld: cannot find -lpython3.5m
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
해결
sudo apt install python3.5-dev
구글링해도 안나와서 올립니다.
도움을 얻은 페이지
https://github.com/giampaolo/psutil/issues/1143
반응형
'Tools > Python' 카테고리의 다른 글
Jupyter Lab 단축키 및 매직 기능 팁 (2) | 2019.04.09 |
---|---|
Python PEP8 code convention (1) | 2019.03.25 |
Python 중고급 속성 정리 (3) 가변길이 인수목록 받기(*args, **kargs) (0) | 2018.10.26 |
Python 중고급 속성 정리 (2) Decorator - 기초 (0) | 2018.10.22 |
Python 중고급 속성 정리 (1) map, filter, reduce (3) | 2018.10.10 |