문제
hue를 빌드하는 중에 libffi
패키지에서 다음 파일이 없어서 오류가 발생하는 경우가 있습니다. 이는 파이썬 2, 파이썬 3의 설치 여부에 따라 디펜던시 정보가 달라져서 발생합니다.
fatal error: ffi.h: No such file or director
해결방법
이 문제가 발생하면 다음 설치를 파이썬2, 파이썬3를 설치하고 다시 실행하면 됩니다.
sudo yum install ant asciidoc cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-plain gcc gcc-c++ krb5-devel libffi-devel libxml2-devel libxslt-devel make mysql mysql-devel openldap-devel sqlite-devel gmp-devel centos-release-SCL scl-utils
반응형
'python' 카테고리의 다른 글
[python] pymysql 을 이용하여 db insert, update, select 하기 (0) | 2020.12.28 |
---|---|
[python2] 출력된 유니코드를 한글로 확인하는 방법 (0) | 2020.12.08 |
[python] _mysql.c: Cannot open include file my_config.h 오류 해결 방법 (0) | 2020.09.29 |
[python] pip의 프록시 설정 방법 (0) | 2020.06.11 |
[numpy] 넘파이(numpy)의 random 함수를 이용하여 테스트 데이터 생성하는 방법 (0) | 2020.04.23 |