Glib-Gio-Message: Using the 'Memory' Gsettings Backend. Your Settings Will Not Be Saved or Shared with Other Applications

GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications

This fixed the issue for me:

export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/

See: https://github.com/conda-forge/glib-feedstock/issues/19 for more info.

PyCharm debug segmentation fault (signal 11)

I had the same error message. I deleted anaconda and installed miniconda instead and reinstalled pycharm. The exit code 139 came both when I was running a python console as well as the debugging console.

Now when I import matplotlib, I still get the messages:

Backend Qt4Agg is interactive backend. Turning interactive mode on.

GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.

I guess thats not ideal but I am not getting an exit code and everything seems to work. It is a solution, but there must be a more robust way.



Related Topics



Leave a reply



Submit