Skip to content Skip to sidebar Skip to footer

Ubuntu - Anaconda 2020.02 - Namespace Gtk Not Available

This is on Ubuntu 16.04 LTS. I've run into the same issue as this question: ValueError: Namespace Gtk not available I've done the following to set things up for gtk3 conda instal

Solution 1:

There is a gtk3 package available on conda-forge:

conda install -c conda-forge gtk3

Post a Comment for "Ubuntu - Anaconda 2020.02 - Namespace Gtk Not Available"