Using a standard Centos7 machine I am having the following problem with trigemu.fake_app_confgen.
python -m trigemu.fake_app_confgen --help
Traceback (most recent call last):
File "/cvmfs/dune.opensciencegrid.org/dunedaq/DUNE/releases/dunedaq-v2.3.0/externals/python/v3_8_3b/Linux64bit+3.10-2.17/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/cvmfs/dune.opensciencegrid.org/dunedaq/DUNE/releases/dunedaq-v2.3.0/externals/python/v3_8_3b/Linux64bit+3.10-2.17/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/pmendez/workspace/DUNE-Release/MyTopDir/build/trigemu/python/trigemu/fake_app_confgen.py", line 21, in
moo.otypes.load_types('appfwk-cmd-schema.jsonnet')
File "/home/pmendez/workspace/DUNE-Release/MyTopDir/dbt-pyvenv/lib/python3.8/site-packages/moo/otypes.py", line 667, in load_types
types = load_file(filename, list(path))
File "/home/pmendez/workspace/DUNE-Release/MyTopDir/dbt-pyvenv/lib/python3.8/site-packages/moo/io.py", line 29, in load
filename = resolve(filename, paths)
File "/home/pmendez/workspace/DUNE-Release/MyTopDir/dbt-pyvenv/lib/python3.8/site-packages/moo/util.py", line 99, in resolve
raise ValueError(f"file not found: {filename}")
ValueError: file not found: appfwk-cmd-schema.jsonnet
I have created a new software area using the instructions for setting up a v2.4.0 development environment. I cannot reproduce the same problem for minidapapp nor dfmodules for instance. With the same environment, these modules work as expected.
Using a standard Centos7 machine I am having the following problem with trigemu.fake_app_confgen.
python -m trigemu.fake_app_confgen --help Traceback (most recent call last): File "/cvmfs/dune.opensciencegrid.org/dunedaq/DUNE/releases/dunedaq-v2.3.0/externals/python/v3_8_3b/Linux64bit+3.10-2.17/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/cvmfs/dune.opensciencegrid.org/dunedaq/DUNE/releases/dunedaq-v2.3.0/externals/python/v3_8_3b/Linux64bit+3.10-2.17/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/pmendez/workspace/DUNE-Release/MyTopDir/build/trigemu/python/trigemu/fake_app_confgen.py", line 21, in
moo.otypes.load_types('appfwk-cmd-schema.jsonnet')
File "/home/pmendez/workspace/DUNE-Release/MyTopDir/dbt-pyvenv/lib/python3.8/site-packages/moo/otypes.py", line 667, in load_types
types = load_file(filename, list(path))
File "/home/pmendez/workspace/DUNE-Release/MyTopDir/dbt-pyvenv/lib/python3.8/site-packages/moo/io.py", line 29, in load
filename = resolve(filename, paths)
File "/home/pmendez/workspace/DUNE-Release/MyTopDir/dbt-pyvenv/lib/python3.8/site-packages/moo/util.py", line 99, in resolve
raise ValueError(f"file not found: {filename}")
ValueError: file not found: appfwk-cmd-schema.jsonnet
I have created a new software area using the instructions for setting up a v2.4.0 development environment. I cannot reproduce the same problem for minidapapp nor dfmodules for instance. With the same environment, these modules work as expected.
Thanks a lot