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.