python编译make_编译安装python3时make install出错

本帖最后由 steve-303 于 2020-8-19 15:17 编辑

今天尝试编译安装python3.8.5,于是到官网下载了源码,之后直到make的一系列操作都很顺利,但是make install的时候出错了,错误代码如下

ERROR: Exception:

Traceback (most recent call last):

File "/tmp/tmp8jsfiwll/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/cli/base_command.py", line 188, in _main

status = self.run(options, args)

File "/tmp/tmp8jsfiwll/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/cli/req_command.py", line 185, in wrapper

return func(self, options, args)

File "/tmp/tmp8jsfiwll/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/commands/install.py", line 278, in run

session = self.get_default_session(options)

File "/tmp/tmp8jsfiwll/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/cli/req_command.py", line 83, in get_default_session

self._session = self.enter_context(self._build_session(options))<

你可能感兴趣的:(python编译make)