$ yaourt -S gnome-common gobject-introspection
$ ./bin/pip install git+https://git.gnome.org/browse/pygobject@3.24.1#egg=pygobject --upgrade
$ ./bin/python
>>> import gi
>>> gi.version_info
(3, 24, 1)
>>> from gi.repository import GLib
>>> from gi.repository import Gio