cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 199 forks source link

Unable to run - ImportError: libQtMultimedia.so.4 #163

Closed arnitkun closed 5 years ago

arnitkun commented 6 years ago

Ubuntu 16, Anaconda python 2.7

running $ sloth gives -

from PyQt4.QtGui import QApplication
ImportError: libQtMultimedia.so.4: cannot open shared object file: No such file or directory
jimbasquiat commented 5 years ago

Any help on this issue? (having the same problem)

arnitkun commented 5 years ago

nope sorry. Also apologize for late reply.

AyanKumarBhunia commented 5 years ago

solution?

andres-fr commented 5 years ago

In my case (Ubuntu17, Anaconda with Python 2.7), I had installed Qt4 via conda install -c terradue pyqt4. Removing that package and installing via conda install pyqt=4 as suggested here did the trick. HTH!