I've trying to install SALOME-9.8 on ubuntu 20.04. After the download and extraction, I ran the script salome
. But i get the following error:
ERROR:salomeContext:Unexpected error:
Traceback (most recent call last):
File "/home/$USER/Downloads/SALOME-9.8.0-native-UB20.04-SRC/BINARIES-UB20.04/SALOME/bin/salome/salomeContext.py", line 279, in _startSalome
res = getattr(self, command)(options) # run appropriate method
File "/home/$USER/Downloads/SALOME-9.8.0-native-UB20.04-SRC/BINARIES-UB20.04/SALOME/bin/salome/salomeContext.py", line 354, in _runAppli
import setenv
File "/home/$USER/Downloads/SALOME-9.8.0-native-UB20.04-SRC/BINARIES-UB20.04/KERNEL/bin/salome/setenv.py", line 26, in <module>
import orbmodule
File "/home/$USER/Downloads/SALOME-9.8.0-native-UB20.04-SRC/BINARIES-UB20.04/KERNEL/bin/salome/orbmodule.py", line 31, in <module>
from omniORB import CORBA
File "/home/$USER/Downloads/SALOME-9.8.0-native-UB20.04-SRC/BINARIES-UB20.04/omniORB/lib/python3.8/site-packages/omniORB/__init__.py", line 44, in <module>
import _omnipy
ModuleNotFoundError: No module named '_omnipy'
I've also installed anaconda on my pc. I'm not sure if it is related with it.