pip 安装python模块常见错误
1.报错:
c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^
compilation terminated.
error: command 'GCc' failed with exit status 1
或ubuntu中
|
2.报错:build/temp.linux-x86_64-3.4/_openssl.c:423:30: fatal error: openssl/opensslv.h: No such file or directory
apt-get install libssl-dev
相关文章