Replies: 3 comments
-
This is a general error message when a build fails for any reason. A more specific error message should be elsewhere in the output or in the build log (the path to which is given in the output). Find the real error message, search the project if it has been reported before, and if not, create a new issue and provide the necessary diagnostic information as per the issue template. |
Beta Was this translation helpful? Give feedback.
-
Oh okay, here is a more detailed explanation: BUILD FAILED (Ubuntu 22.04 using python-build 20180424) Inspect or clean up the working tree at /tmp/python-build.20230425120208.5549 Last 10 log lines: if test "xupgrade" != "xno" ; then \
fi Segmentation fault (core dumped) make: *** [Makefile:1102: install] Error 139 This is what is happening: I tried to install multiple additional libraries but couldnt figure out the problem. |
Beta Was this translation helpful? Give feedback.
-
I tried to install 3.6.15 instead of 3.6.8 and it worked. There is an issue with 3.6.8, Thanks anyway. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to install python 3.6.8 with pyenv in order to work with it. The error is keep popping up.
"BUILD FAILED (Ubuntu 22.04 using python-build 20180424)"
Does anybody know what might the issue be about this, Thank you.
Beta Was this translation helpful? Give feedback.
All reactions