PFEM error #12793
Unanswered
MiguelARV16
asked this question in
Q&A
PFEM error
#12793
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm trying to work with the PFEM application for fluids, but I'm getting this error:
Traceback (most recent call last):
File "C:\ejemplo_pfem_2D_fluid.gid\MainKratos.py", line 40, in
analysis_stage_module = importlib.import_module(analysis_stage_module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\GiD\GiD 17.1.0d\scripts\tohil\python\Lib\importlib_init_.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1310, in _find_and_load_unlocked
File "", line 488, in _call_with_frames_removed
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'KratosMultiphysics.PfemFluidDynamicsApplication'
Beta Was this translation helpful? Give feedback.
All reactions