Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/Users/abc/miniconda3/envs/empower-functions/lib/python3.11/site-packages/empower_functions/server.py", line 18, in <module>
from empower_functions.monkey_patch.app import patch_app
ModuleNotFoundError: No module named 'empower_functions.monkey_patch'
Hi @ChristianWeyer thanks for reporting the issue, we have just released the new version of the pip package 0.1.6 which should have this issue fixed, please let us if there's anything else we can help!
After
pip install empower-functions
I run the model:
And get this error: