Compile and Test Moose Issue #20391
-
|
I keep getting: "TestHarness" requires python version 3.6 or greater, version 2.7 is being used." When attempting to do: When checking my version of of python in the shell using: python --version, it outputs Python 3.6.8. Not sure what the issue here is. Any suggestions? Note: I'm attempting to install moose on a job-scheduling environment and have been following the HPC Cluster installation guide as instructed by my research supervisor. I've had no issues up until this point. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hello Did you alias python? Guillaume |
Beta Was this translation helpful? Give feedback.
-
|
Change the shebang in moose/test/run_tests to #!/usr/bin/env python3 and the tests should pass |
Beta Was this translation helpful? Give feedback.
Change the shebang in moose/test/run_tests to #!/usr/bin/env python3 and the tests should pass