croco pyvisu issue

asked 2021-11-18 18:34:10 +0200

DJ gravatar image

Hi,

I am trying to use croco_pyvisu, but I encountered an error. I wonder if anyone had the same error and solved the problem. By the way, I try to use croco_pyvisu on a headless server. I installed X11 and other necessary software.

I followed the instruction in a manual. In the manual, it says all we need is to type

croco_gui_xarray.py

However, I had the following error. (croco_gui_xarray.py:624177): GLib-GIO-CRITICAL **: 17:20:40.107: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed

(croco_gui_xarray.py:624177): Gtk-WARNING **: 17:20:40.107: Error loading theme icon 'gtk-cancel' for stock: Failed to load icon

(croco_gui_xarray.py:624177): Gtk-CRITICAL **: 17:20:40.107: render_fallback_image: assertion 'pixbuf != NULL' failed

(croco_gui_xarray.py:624177): GLib-GObject-CRITICAL **: 17:20:40.107: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

Also I had

FileNotFoundError: [Errno 2] No such file or directory: b'/home/datawork-croco/datarmor-only/TRAININGS/TRAINING_2019/DATA/DATASETS_PYVISU/croco_his_Y2008.nc'

The line specified is in croco_wrapper.py, but I thought we don't need to specify the file rather the app will ask users to select the file in GUI.

Thanks in advance.

-DJ

edit retag flag offensive close merge delete

Comments

hello, I also meet a mistake when I setup a croco_visu environment. I dont know how to use the "conda create --name toto --clone". And when I input "croco_gui_xarray.py", I encountered the "command not found" error

yxli gravatar imageyxli ( 2023-07-02 09:53:06 +0200 )edit