-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Description
After installing label-studio-ml. I'm setting up the ml backend using the commands mentioned in the readme but running into
| File "/app/_wsgi.py", line 5, in <module>
ml-backend | from model import NewModel
ml-backend | File "/app/model.py", line 9, in <module>
ml-backend | from label_studio_ml.response import ModelResponse
ml-backend | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ml-backend | ModuleNotFoundError: No module named 'label_studio_ml.response'
I checked the package as well but couldn't find ModelResponse anywhere.
Am I missing something?
I'm running this on OSX and installed the package from git.
Metadata
Metadata
Assignees
Labels
No labels