runSofa terminates instantly: Fatal Python error #5437
-
|
Hello, I have encountered an error when trying to run SOFA from runSofa and from a python environment. When I try to run SOFA (runSofa, v24.06.00 on windows 11), it terminates and I get the following: When I try to run it from a python environment (python 3.10.7) I get this: I am sure that the python file which I am trying to run works, it is one of the example files provided by SOFA. Also, today is the first time that these two errors showed up. It worked just fine before. Any help is greatly appreciated! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @LichtiL All errors are pretty explicit. Please make sure to have associated python library installed |
Beta Was this translation helpful? Give feedback.
Hi @LichtiL
All errors are pretty explicit.
Case 1 :
ModuleNotFoundError: No module named 'encodings'Case 2 :
ModuleNotFoundError: No module named 'numpy'Please make sure to have associated python library installed