运维网's Archiver
论坛
›
MySQL运维
› centos7.3安装paramiko报error: command 'gcc' failed with exit status 1的...
iuuuoi
发表于 2017-1-3 08:48:15
centos7.3安装paramiko报error: command 'gcc' failed with exit status 1的...
centos7.3安装paramiko报error: command 'gcc' failed with exit status 1的解决办法
安装libffi-devel库就可以解决。
yum -y install libffi-devel
页:
[1]
查看完整版本:
centos7.3安装paramiko报error: command 'gcc' failed with exit status 1的...