Hello,
I need help running salome in my personal PC. I am using tuxedOS which is ubuntu based, and with the last upgrade of tuxedo, they rebased in 24.04.1 LTS (before it was based on 22.04.4) before the upgrade salome 9.13 universal was working correctly, with mesa_salome and salome. the ubuntu version was not working as I was in a wayland session.
since the transition to tuxedos 4 (so from 22.04.4 to 24.04.1) salome universal stoped working:
I am getting the following error:
Traceback (most recent call last):
File "/home/franco/Programs/Salome/SALOME-9.13.0/./mesa_salome", line 77, in main
from salomeContext import SalomeContext, SalomeContextException
File "/home/franco/Programs/Salome/SALOME-9.13.0/BINARIES-CO7/KERNEL/bin/salome/salomeContext.py", line 26, in <module>
from parseConfigFile import parseConfigFile
File "/home/franco/Programs/Salome/SALOME-9.13.0/BINARIES-CO7/KERNEL/bin/salome/parseConfigFile.py", line 49, in <module>
class MultiOptSafeConfigParser(configparser.SafeConfigParser):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/franco/Programs/Salome/SALOME-9.13.0/./mesa_salome", line 1351, in <module>
main(args)
File "/home/franco/Programs/Salome/SALOME-9.13.0/./mesa_salome", line 1343, in main
except SalomeContextException as e:
^^^^^^^^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'SalomeContextException' where it is not associated with a value
here is the classical info that it has been asked in the forum before. I really need to make it work as it is the only PC I have at hand.
from distro import linux_distribution
print(linux_distribution())
('TUXEDO OS', '24.04', 'noble')
cat /etc/os-release
NAME="TUXEDO OS"
VERSION="24.04.1 LTS"
ID=tuxedo
ID_LIKE="ubuntu debian"
PRETTY_NAME="TUXEDO OS"
VERSION_ID="24.04"
HOME_URL="https://tuxedocomputers.com/"
SUPPORT_URL="https://support.tuxedocomputers.com/"
BUG_REPORT_URL="https://gitlab.com/tuxedocomputers/development/tuxedo_os/os"
PRIVACY_POLICY_URL="https://www.tuxedocomputers.com/en/Privacy-policy.tuxedo"
VERSION_CODENAME=noble
UBUNTU_CODENAME=noble
If I try with the ubuntu 24 version I get (with mesa_salome and salome)
SALOME_Session_Server_No_Server: error while loading shared libraries: libgdal.so.34: cannot open shared object file: No such file or directory