Viz on the new Gateway
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Dear support
I'm trying to run Viz on the new EUROfusion Gateway and have some problems. The environment I'm löoading:
load ach-modules/1.0
module load imasenv/3.42.0/intel/2023b/rc
module load Viz/2.8.0-intel-2023b
then I'm trying to launch Viz with
viz
and get:
viz
UAL_VERSION=5.4.3: Command not found.
Ok, I check what is viz aliased to and iti is:
which viz
viz: aliased to UAL_VERSION=$AL_VERSION python3 /gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py
and I tried to execute the command skipping the first command
python3 /gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py
and get the following:
python3 /gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py
VIZ_HOME:/gw/swimas/software/Viz/2.8.0-intel-2023b
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
IMAS_VIZ production environment.
Traceback (most recent call last):
File "/gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py", line 449, in
main()
File "/gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py", line 435, in main
window = QVizMainWindow()
^^^^^^^^^^^^^^^^
File "/gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py", line 367, in __init__
self.startWindow = QVizStartWindow(self)
^^^^^^^^^^^^^^^^^^^^^
File "/gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py", line 288, in __init__
ex = GUIFrame(parent)
^^^^^^^^^^^^^^^^
File "/gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py", line 48, in __init__
self.tabTwo()
File "/gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizGUI/QtVIZ_GUI.py", line 226, in tabTwo
if QVizIMASDataSource.getVersion() == 4:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/gw/swimas/software/Viz/2.8.0-intel-2023b/imasviz/VizDataSource/QVizIMASDataSource.py", line 27, in getVersion
raise ValueError('Unable to set the version used by the IMAS Access Layer')
ValueError: Unable to set the version used by the IMAS Access Layer
QThread: Destroyed while thread is still running
Abort (core dumped)
What could be the problem here? Coudl you help?
Thanks
Dmitriy
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.