peter0802 大佬有话说 :
python3安装问题,求帮助
https://7up.pics/images/2020/06/10/_20200610123547.png
python3安装老有问题,怎么解决
cherbim 大佬有话说 :
本帖最后由 cherbim 于 2020-6-10 12:42 编辑
no makefile found
./configure执行了么(或者报错了么)
yinux 大佬有话说 :
make&make install
peter0802 大佬有话说 :
cherbim 大佬有话说 : 2020-6-10 12:41
no makefile found
./configure执行了么(或者报错了么)
报错了
configure: error: in `/usr/local/Python-3.6.5′:
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log’ for more details
cherbim 大佬有话说 :
peter0802 大佬有话说 : 2020-6-10 12:44
报错了
configure: error: in `/usr/local/Python-3.6.5′:
configure: error: C preprocessor "/lib/cpp" …
依赖没装好。。。。(百度报错代码)
yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make
yum install libffi-devel -y
tdd 大佬有话说 :
apt install python3 不香吗?