상황
- cent os 7.4 이용
- python3.6에서 sasl 패키지를 pip을 이용해서 설치할 때에 다음의 에러 메시지가 발생한다.
In file included from sasl/saslwrapper.cpp:254:0: sasl/saslwrapper.h:22:23: fatal error: sasl/sasl.h: No such file or directory #include <sasl/sasl.h> ^ compilation terminated. error: command 'gcc' failed with exit status 1
해결방안
- yum을 이용하여 다음의 패키지를 설치한다.
$ sudo yum install cyrus-sasl-devel
반응형
'기타' 카테고리의 다른 글
[Ubuntu] pyqt5 및 qtdesigner 설치 (0) | 2020.12.21 |
---|---|
카테고리 내용 (0) | 2020.11.30 |
[CentOS7] gcc: error trying to exec 'cc1plus': execvp: No such file or directory (0) | 2020.10.14 |
[CentOS7] Python 3.6 설치 (yum) (0) | 2020.10.13 |
[VSCode] 파이썬 개발을 위한 플러그인 설치(Kite 포함) (0) | 2020.08.28 |