I downloaded the salome 9.13 and when running ./salome in the terminal the error is showing
muhammed-shafeeh-k@muhammed-shafeeh-k-IdeaPad-Gaming-3-15ARH05:~/Downloads/SALOME-9.13.0-native-UB22.04-SRC-f3a71b2ee03695bdf7535807e017d5ea/SALOME-9.13.0-native-UB22.04-SRC$ ./salome
/home/muhammed-shafeeh-k/Downloads/SALOME-9.13.0-native-UB22.04-SRC-f3a71b2ee03695bdf7535807e017d5ea/SALOME-9.13.0-native-UB22.04-SRC/BINARIES-UB22.04/KERNEL/bin/salome/salomeContextUtils.py:184: SyntaxWarning: invalid escape sequence ‘[’
contains_list = re.findall(‘([[^]]*])’, elt)
/home/muhammed-shafeeh-k/Downloads/SALOME-9.13.0-native-UB22.04-SRC-f3a71b2ee03695bdf7535807e017d5ea/SALOME-9.13.0-native-UB22.04-SRC/BINARIES-UB22.04/KERNEL/bin/salome/salomeContextUtils.py:301:
UnboundLocalError: cannot access local variable ‘SalomeContextException’ where it is not associated with a value
this module is shipped by libpython3.10-minimal which is automatically installed if you install libpython3.10. Thus ensure that you do have the following packages installed.
If you’re not too familiar with Linux, you can instead use the universal binary which should run (see other threads in case you experience an issue)
Finaly, it would be nice if you could format your messages. It will ease the reading.
Traceback (most recent call last):
File “/home/muhammed-shafeeh-k/software/SALOME-9.13.0-native-UB22.04-SRC/sat/sat”, line 43, in
import src.logger as LOG
File “/home/muhammed-shafeeh-k/software/SALOME-9.13.0-native-UB22.04-SRC/sat/src/init.py”, line 43, in
from . import test_module
File “/home/muhammed-shafeeh-k/software/SALOME-9.13.0-native-UB22.04-SRC/sat/src/test_module.py”, line 33, in
import imp
ModuleNotFoundError: No module named ‘imp’