Priesemann-Group / covid19_inference

Bayesian python toolbox for inference and forecast of the spread of the Coronavirus
GNU General Public License v3.0
73 stars 70 forks source link

cannot import name 'data_retrieval' #41

Closed mateus-k closed 4 years ago

mateus-k commented 4 years ago

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?

mgirardis commented 4 years ago

The same issue here

https://github.com/Priesemann-Group/covid19_inference/issues/42

jdehning commented 4 years ago

Duplicate of #42

semohr commented 4 years ago

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.

semohr commented 4 years ago

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