には見られない。これは、私がpy3cairoをインストールしようとすると(それがすでにインストールされているため)何が起こるかと言う:Py3cairoはブリュー経由でMac上でインストールしたのですが、Pygobject3は「pycairo」のインストール
brew install py3cairo
Updating Homebrew...
Warning: py3cairo 1.10.0_3 is already installed
brew upgrade py3cairo
Updating Homebrew...
Error: py3cairo 1.10.0_3 already installed
そして、まだ、とき
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ですが、私は醸造でpy3cairoをアンインストールし、それを再インストールしようとしました:私はpygobject 3用のconfigureバッチファイルを実行し、これは私が次の出力を得るものです、そしてそれは常に1.10.0_3をインストールします。これは、これが最高のバージョンでなければならないと私に思いますMac用。
pygobject3をMac Seirraにインストールするにはどうすればよいですか?
しかし、新しいバージョンはありません。 – Zhiming010
未完成の開発版に依存しているか、間違っていたかのように見えます。 – TingPing