python安装pycrypto报错error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
系统3.19.0-15-generic #15-Ubuntu
安装pycrypto提示error: command 'x86_64-linux-gnu-gcc' failed with exit status 1错误
查看gcc已经安装,最后找到解决办法安装python-dev库就可以
#sudo apt-get install python-dev
安装完之后再安装pycrypto正常了。
本文解决在Ubuntu系统中安装pycrypto遇到的'x86_64-linux-gnu-gcc'失败错误,通过安装python-dev库成功解决问题。
3412

被折叠的 条评论
为什么被折叠?



