I am working on python project with opencv on Ubuntu OS
import numpy as np import cv2 img = cv2.imread(\"LillyBellea.png\", 1) img = cv2.imwrite(\"LillyBellea.j
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.
sudo apt install dconf-gsettings-backend:i386
Fixed it for me. (Note: in my case I was running x86 app on x64 system.)