label-studio-ml-backend icon indicating copy to clipboard operation
label-studio-ml-backend copied to clipboard

Doesn't install default_configs, because of missing MANIFEST.in file

Open buhrmann opened this issue 4 years ago • 0 comments

See here: https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html e.g.

This also makes label-studio-transformers fail, as the first thing to do according to its README is

label-studio-ml init my-ml-backend --script models/bert_classifier.py  

which fails because it can't find the default_configs folder

buhrmann avatar Jul 15 '21 16:07 buhrmann