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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -