val-iisc / expresso

expresso
Other
44 stars 14 forks source link

[Memo]....in case you got error like....., you can fix by #5

Closed andyyuan78 closed 9 years ago

andyyuan78 commented 9 years ago

ubgpu@ubgpu:~/source_for_caffe/1/expresso$ python2 $EXPRESSO_ROOT/src/main/main.py Traceback (most recent call last): File "/home/ubgpu/github/expresso/src/main/main.py", line 12, in from PyQt4 import QtCore, QtGui RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v11.1

fix by: apt-get remove python-sip python-sip-dev