pip 설치 python 모듈 에서 자주 발생 하 는 오류

1. 오류 신고:
c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
     #include
                     ^
    compilation terminated.
    error: command 'gcc' failed with exit status 1
ubuntu 
yum install -y libffi-devel  python-devel

 
 
2. 오류 보고: build / temp. linux - x8664-3.4/_openssl.c:423:30: fatal error: openssl/opensslv.h: No such file or directory
 
apt-get install -y libffi-dev python-dev libevent-dev

좋은 웹페이지 즐겨찾기