Replies: 1 comment 1 reply
-
Looks like you're running |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/libtool: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/libtool: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
/bin/sh: 1: /root/projects/moose/libmesh/installed/contrib/bin/libmesh-config: not found
Building and linking hit...
bash: 行 1: -std=c++17:未找到命令
make: *** [/root/projects/moose/framework/moose.mk:116:hit] 错误 127
Traceback (most recent call last):
File "/root/projects/moose/python/pyhit/init.py", line 13, in
import hit
ModuleNotFoundError: No module named 'hit'
(base) root@xxjinshun:~/projects/neals#
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/projects/moose/python/pyhit/init.py", line 18, in
import hit
ModuleNotFoundError: No module named 'hit'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/projects/neals/./run_tests", line 11, in
from TestHarness import TestHarness
File "/root/projects/moose/python/TestHarness/init.py", line 15, in
from .TestHarness import TestHarness
File "/root/projects/moose/python/TestHarness/TestHarness.py", line 20, in
from FactorySystem.Factory import Factory
File "/root/projects/moose/python/FactorySystem/init.py", line 13, in
from .Parser import Parser
File "/root/projects/moose/python/FactorySystem/Parser.py", line 13, in
import pyhit
File "/root/projects/moose/python/pyhit/init.py", line 22, in
import hit
ModuleNotFoundError: No module named 'hit'
Beta Was this translation helpful? Give feedback.
All reactions