label-studio: unable to add an ML backend
Hey there,
When I try to initialize an ML backend with label-studio-ml init spacy_backend --script /path/to/model.py, I constantly get the error message:
raise FileExistsError('Model directory already exists. Please remove it or use --force option.')
FileExistsError: Model directory already exists. Please remove it or use --force option.
and I tried the --force option, it seemed to work but no ML backend was actually added when I go to http://localhost:8080/model
Does anyone have an idea what could have possibly gone wrong here? Any help would be so appreciated!
Best, Xu
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 34 (15 by maintainers)
@JINHXu I’ve checked your project, everything with model connection works fine. Watch video:
https://user-images.githubusercontent.com/501780/105767334-00d50800-5f6c-11eb-9c7b-fd7e5e8b560e.mp4
Ah sorry, here are the logs: