Running test/util/bitcoin-util-test.py... ../test/util/bitcoin-util-test.py /usr/bin/env: python3: No such file or directory make[3]: *** [check-local] Error 127
Failed to make check on an old Linux: python3: no such file or directory #11352
issue Zenitur opened this issue on September 16, 2017-
Zenitur commented at 10:23 AM on September 16, 2017: none
-
meshcollider commented at 11:35 AM on September 16, 2017: contributor
As mentioned in the build instructions, you need to have python3 installed. This isn't an issue with bitcoin, just install python3 and run again :)
-
Zenitur commented at 12:23 PM on September 16, 2017: none
Was python 2 deprecated?
-
MarcoFalke commented at 12:52 PM on September 16, 2017: member
- MarcoFalke closed this on Sep 16, 2017
-
Zenitur commented at 3:13 PM on September 16, 2017: none
-
Zenitur commented at 3:27 PM on September 16, 2017: none
RHEL 6 & 7 are still using python2. Withal, RHEL6 doesn't have python3 in default repository.
-
MarcoFalke commented at 9:29 AM on October 1, 2017: member
Actually we did not yet deprecate python2 in
make && make check. - MarcoFalke reopened this on Oct 1, 2017
-
Zenitur commented at 9:32 AM on October 1, 2017: none
Thank you!
-
laanwj commented at 12:58 PM on October 2, 2017: member
RHEL 6 & 7 are still using python2. Withal, RHEL6 doesn't have python3 in default repository.
RHEL 6 doesn't have a c++11 compiler by default either, does it? At least gcc 4.4 is below the minimum version (4.7) we support: https://access.redhat.com/solutions/19458 I guess we care about RHEL 7 though.
-
Zenitur commented at 10:05 AM on October 3, 2017: none
laanwj, for RHEL, there is "devtoolset" repository with a later GCC versions. https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/
- MarcoFalke closed this on Oct 3, 2017
- MarcoFalke referenced this in commit b4a509a3f8 on Oct 3, 2017
- codablock referenced this in commit c8e17f1c37 on Sep 24, 2019
- barrystyle referenced this in commit b2574a3e01 on Jan 22, 2020
- MarcoFalke locked this on Sep 8, 2021