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

出现错误~ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
试试这两行代码

apt-get update
apt-get install libglib2.0-dev

你可能感兴趣的:(pycharm,python)