Skip to content

Import error #2

Description

@anoukvlug

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions