我用的是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的结果相同
为什么我找不到?
在PyGObject上安装macOS的替代方法是什么?
发布于 2017-09-12 07:21:42
试着使用
brew install pygobject3https://stackoverflow.com/questions/46170088
复制相似问题