【发布时间】:2019-07-23 12:09:17
【问题描述】:
我是 openSUSE 的新手,我想通过不使用 YaST 的终端安装最新的 python 版本。
我已经在他们的网站上下载了最新的 python tarball,解压它并通过终端输入文件夹。然后我继续“./configure”并得到了一些错误。
:~/Downloads/Python-3.7.4> ./configure
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.7... no
checking for python3... python3
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... checking for --without-gcc... no
checking for --with-icc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/egydio/Downloads/Python-3.7.4':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
【问题讨论】:
-
您使用的是 openSUSE Tumbleweed 还是 openSUSE Leap 15.1?
-
Can I ask questions about installation in SO? 程序员常用的软件工具,是软件开发独有的实用、可解答问题。