python - Can't install PyGObject on macOS -


i'm using macos
python versions: 2.7 / 3.6

pip3 :

$ pip3 install pygobject collecting pygobject not find version satisfies requirement pygobject (from versions:) no matching distribution found pygobject 

same result pip , pip2.x

why can't find it?
what's alternative way installing pygobject on macos?

try use

brew install pygobject3 

Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -