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

前端 未结 2 1927
眼角桃花
眼角桃花 2021-02-01 05:36

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         


        
2条回答
  •  逝去的感伤
    2021-02-01 06:16

    sudo apt install dconf-gsettings-backend:i386
    

    Fixed it for me. (Note: in my case I was running x86 app on x64 system.)

提交回复
热议问题