benyamin
benyamin

Reputation: 156

Can't install PyGObject on macOS

I'm using macOS
Python versions: 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

Same result for pip and pip2.x

Why can't I find it?
What's the alternative way installing PyGObject on macOS?

Upvotes: 2

Views: 1455

Answers (1)

Strinnityk
Strinnityk

Reputation: 618

Try to use

brew install pygobject3

Upvotes: 4

Related Questions