installing-gtk-in-miniconda-env 221 B

123456
  1. To get gtk working in a conda environment:
  2. conda install -c conda-forge gtk3
  3. also install pygobject and pycairo in this way.
  4. pycairo should be automatically installed when you install pygobject, but check to make sure.