pyrocko / kite

InSAR unwrapped surface displacement processing for earthquake modelling.
https://pyrocko.org/kite/
GNU General Public License v3.0
78 stars 34 forks source link

Problem with Talpa #101

Closed mahmoodirfan closed 1 year ago

mahmoodirfan commented 1 year ago

I am continuously encountering problem with Talpa, Spool works fine. Whenever I call Talpa, following error occurs;

Traceback (most recent call last): File "/home/irfan11/anaconda3/bin/talpa", line 5, in from kite.talpa.main import main File "/home/irfan11/anaconda3/lib/python3.9/site-packages/kite/talpa/init.py", line 1, in from .talpa import Talpa # noqa File "/home/irfan11/anaconda3/lib/python3.9/site-packages/kite/talpa/talpa.py", line 11, in from .sources_dock import SourcesListDock File "/home/irfan11/anaconda3/lib/python3.9/site-packages/kite/talpa/sources_dock.py", line 98, in class SourcesList(QtGui.QListView): AttributeError: module 'PyQt5.QtGui' has no attribute 'QListView'

Talpa_Error

hvasbath commented 1 year ago

Please update your kite installation. This has been fixed since version 1.5.4 .

mahmoodirfan commented 1 year ago

Thanks for the help. I will update kite and will recheck the problem.