It looks likes the pyclits package is precisely what I am looking for. However after an installation that appeared to be successful, I unfortunately I got the following error message once I tried to import the package:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-b62475b6da31> in <module>
----> 1 import pyclits
~/Programs/miniconda3/envs/oggm_env/lib/python3.6/site-packages/pyclits/__init__.py in <module>
5 """
6
----> 7 from data_loaders import *
8 from empirical_model import EmpiricalModel
9 from functions import *
ModuleNotFoundError: No module named 'data_loaders'
@jajcayn, could you help me solving this problem?
It looks likes the pyclits package is precisely what I am looking for. However after an installation that appeared to be successful, I unfortunately I got the following error message once I tried to import the package:
@jajcayn, could you help me solving this problem?