ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory

Solution 1:

Try this:

sudo apt-get install libglib2.0-0

Then, run your command again. If that doesn't do the trick, try this:

sudo apt-get install libglib2.0-0:i386

I'm on a 64-bit computer, but the tool I'm using uses 32-bit.