【发布时间】:2021-11-22 10:53:08
【问题描述】:
我在 Ubuntu 21.10 上从源代码安装了 Python 3.5。
sudo make install
...
...
...
if test "xupgrade" != "xno" ; then \
case upgrade in \
upgrade) ensurepip="--upgrade" ;; \
install|*) ensurepip="" ;; \
esac; \
./python -E -m ensurepip \
$ensurepip --root=/ ; \
fi
Segmentation fault (core dumped)
make: *** [Makefile:1048: install] Error 139
可能是什么原因?
我可以做些什么来调试这个?
【问题讨论】: