Priesemann-Group/covid19_inference

cannot import name 'data_retrieval'

Closed this issue · 4 comments

Hi,

I am trying to run the the 'example_bundeslaender.ipynb', but i got 'ImportError: cannot import name 'data_retrieval''

I followed the instruction at https://covid19-inference.readthedocs.io/en/latest/doc/gettingstarted.html

Am I doing something wrong?

The same issue here

#42

Duplicate of #42

The data_retrieval folder is somehow not shipped when installing via pip install git+https://github.com/Priesemann-Group/covid19_inference.git.
Has to be some package config. I have to look into this a bit more.

Fixed by adding find_namespace_packages() into the setup.py. As can bee seen here.