Hi All,
I am trying to use the OpenMC Plot Explorer but unsuccessful so far. I followed the recommended steps for the installation:
git clone https://github.com/openmc-dev/plotter.git
cd plotter
pip install .
Apparently the plotter is correctly installed because, after running those commands and some processing, this message is shown “Successfully installed openmc-plotter-0.1.0”. Then, I go to the folder with the OpenMC results, run “openmc-plotter” and these messages are shown:
(process:11886): GLib-CRITICAL **: 13:25:29.355: g_hash_table_contains: assertion ‘hash_table != NULL’ failed
(process:11886): GLib-CRITICAL **: 13:25:29.355: g_hash_table_insert_internal: assertion ‘hash_table != NULL’ failed
Segmentation fault (core dumped)
Please, does anyone has an idea what is the issue?
Thanks,
Javier