Python Py3cairo通过Brew安装在mac上,但Pygobject3表示';pycairo';安装时未找到

Python Py3cairo通过Brew安装在mac上,但Pygobject3表示';pycairo';安装时未找到,python,python-3.x,gtk3,pygobject,Python,Python 3.x,Gtk3,Pygobject,这就是我尝试安装py3cairo时发生的情况(因为它已经安装): 然而,当我运行pygobject 3的配置批处理文件时,我得到以下输出: checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.38.0... yes (version 2.52.3) checking f

这就是我尝试安装py3cairo时发生的情况(因为它已经安装):

然而,当我运行pygobject 3的配置批处理文件时,我得到以下输出:

checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.38.0... yes (version 2.52.3)
checking for FFI... yes
checking for GIO... yes
checking for GI... yes
checking for gobject-introspection... yes
checking for CAIRO... yes
checking for PYCAIRO... no
configure: error: Package requirements (py3cairo >= 1.11.1
        ) were not met:

No package 'py3cairo' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PYCAIRO_CFLAGS
and PYCAIRO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
软件包要求py3cairo>=1.11.1,但我尝试用brew卸载py3cairo并重新安装,它仍然总是安装1.10.0_3,这让我认为这一定是mac的最高版本

我该怎么做才能让pygobject3安装到我的Mac Seirra上

配置:错误:包要求(py3cairo>=1.11.1

url“”

这个版本太旧了

配置:错误:包要求(py3cairo>=1.11.1

url“”


版本太旧了。

但是没有更新的版本可用。看起来是这样,要么他们依赖于未发布的开发版本,要么他们犯了错误。但是没有更新的版本可用。看起来是这样,要么他们依赖于未发布的开发版本,要么他们犯了错误。
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.38.0... yes (version 2.52.3)
checking for FFI... yes
checking for GIO... yes
checking for GI... yes
checking for gobject-introspection... yes
checking for CAIRO... yes
checking for PYCAIRO... no
configure: error: Package requirements (py3cairo >= 1.11.1
        ) were not met:

No package 'py3cairo' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PYCAIRO_CFLAGS
and PYCAIRO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.