Hi all,
I’m new to Salome and tried to install several versions to use them in Ubuntu 22.04, but none of them run.
For version 9.11.0 I checked my native prerequisites with the command
./sat config SALOME-9.11.0-native --check_system
and it showed following lines:
Traceback (most recent call last):
File “/home/jspreng/SALOME-9.11.0/sat/./sat”, line 43, in
import src.logger as LOG
File “/home/jspreng/SALOME-9.11.0/sat/src/init.py”, line 43, in
from . import test_module
File “/home/jspreng/SALOME-9.11.0/sat/src/test_module.py”, line 33, in
import imp
ModuleNotFoundError: No module named ‘imp’
When I try running salome with ./salome, following lines appear:
What can I do to get Salome running correctly on my laptop?
Thank you very much for your answers.