When importing PyGObject in my Anaconda Python3.7 installation,
import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk
I get following error message:
ValueError: Namespace Gtk not available
I installed pygobject and gobject-introspection from the conda-forge channel.
When I use the system installation of Python it works just fine.