/configure’并获取configure: error: Package requirements (pygobject-3.0 >=PYGOBJECT_REQUIRED) were not met:
Consider adjusting the PKG_CONFIG_PATHAlternatively, you may set the environm
我正在更新PyGObject,并给出一个错误。 我应该如何更新PyGObject .错误:无法卸载'PyGObject‘。它是一个安装了distutils的项目,因此我们不能准确地确定哪些文件属于它,这只会导致部分卸载。in /usr/local/lib/python3.9/site-packages (3.40.1) Using cached PyGObject-3.42.0) (1.20.1)
I
PyGObject是依赖项。但是,在构建过程中: Collecting PyGObjectremoteERROR: Failed building wheel for PyGObjecturllib3==1.26.6
whitenoise==5.3.0 我尝试了requirements.txt和Procfile配置的多种变体,在我的源代码中查找了所有导入的
我正在Mac上安装virt-manager0.10.0但是当我运行virt-manager时,我得到了这个错误。ImportError: No module named gi.repository我认为问题在于自制的pygtk版本不使用gtk+3,使用gtk2,正如我们在这里看到的,只使用gtk+3语法。