【发布时间】:2017-09-12 07:08:51
【问题描述】:
我正在使用 macOS
Python 版本:2.7 / 3.6
pip3:
$ pip3 install PyGObject
Collecting PyGObject
Could not find a version that satisfies the requirement PyGObject (from versions:)
No matching distribution found for PyGObject
pip 和 pip2.x 的结果相同
为什么找不到?
在 macOS 上安装 PyGObject 的替代方法是什么?
【问题讨论】:
-
查看常见问题link
-
@Howaboutnope 以前尝试过这种方式,但不起作用!它在
pip install ..部分返回了大量错误
标签: python macos gtk gtk3 pygobject