Anaconda ImportError: libSM.so.6: cannot open shared object file: No such file or directory
Try this command if you are using ubuntu:
pyqt4
might be missing
sudo apt-get install -y python-qt4
It worked for me.
Try this command if you are using ubuntu:
pyqt4
might be missing
sudo apt-get install -y python-qt4
It worked for me.