forked from h-dh/QA-DKRZ
-
Notifications
You must be signed in to change notification settings - Fork 4
KeyError: 'period' #23
Copy link
Copy link
Open
Description
I am having problems when executing the qa-dkrz:
(qa-dkrz) [user @] $ qa-dkrz -f test.conf
~/user/miniconda2/envs/qa-dkrz/opt/qa-dkrz/bin/syncFiles.x: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
(qa-dkrz) [user @] $ conda install openssl = 1.0
(qa-dkrz) [user @] $ qa-dkrz -f test.conf
Traceback (most recent call last):
File "~/user/miniconda2/envs/qa-dkrz/opt/qa-dkrz/python/qa-dkrz/qa-dkrz.py", line 669, in <module>
run ()
File "~/user/miniconda2/envs/qa-dkrz/opt/qa-dkrz/python/qa-dkrz/qa-dkrz.py", line 561, in run
if not launch_list [0] .start (queue,):
File "~/user/miniconda2/envs/qa-dkrz/opt/qa-dkrz/python/qa-dkrz/qa_exec.py", line 723, in start
if not self.run (t_vars):
File "~/user/miniconda2/envs/qa-dkrz/opt/qa-dkrz/python/qa-dkrz/qa_exec.py", line 583, in run
period = log_entry ['period'],
KeyError: 'period'
The installation was made on a CentOS 6.X machine with the following commands (miniconda2 was previously installed):
conda create -n qa-dkrz -c conda-forge -c h-dh qa-dkrz = 0.6.7 = 55
conda activate qa-dkrz
qa-dkrz install --up --force CORDEX
The software works perfectly in Ubuntu 18.04
(@cofinoa)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels