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

Import Kite Error #106

Closed seiswang closed 1 year ago

seiswang commented 1 year ago

ImportError: cannot import name 'covariance_ext' from partially initialized module 'kite' (most likely due to a circular import) (/home/oem/src/kite/kite/init.py)

emolch commented 1 year ago

Are you running it from inside the kite directory? This is not possible anymore. You will have to cd into a different directory before starting any program which uses kite. Sorry for the inconvenience.

miili commented 1 year ago

When installing from pypi this should not be a problem. Running inside the kite directory is of course possible. In the dedicated development mode pip install -e ..

auld-L commented 7 months ago

e03908d9a17cfe3417ee2b1ca51aaf1c I have the same problem

auld-L commented 7 months ago

what should I do

hvasbath commented 7 months ago

Please see here: https://github.com/pyrocko/kite/issues/113