我目前在Kali Linux上,在我写了“pyenv install python3.6.9”之后,它给了我这个:有人能帮忙吗?
BUILD FAILED (Kali 2022.2 using python-build 2.3.3) Inspect or clean up the working tree at /tmp/python-build.20220804174325.3014
Results logged to /tmp/python-build.20220804174325.3014.log
Last 10 log lines:
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:1064: install] Error 139```
1条答案
按热度按时间q3qa4bjr1#
试试看: