inception-external-recommender icon indicating copy to clipboard operation
inception-external-recommender copied to clipboard

Cannot start server without installing all support libraries

Open reckart opened this issue 4 years ago • 1 comments

Describe the bug As far as I remember, when I wanted to start the server with just space, I had to comment out all the classifiers classes from the init file in the contrib package that were not spacy because during the loading of the init file, Python would try to resolve the imported classes and fail trying to do that (because the dependencies from the other classifiers were not installed).

reckart avatar Feb 23 '21 16:02 reckart

Also affects the tests. When running the tests, those tests for which the dependencies are not fulfilled should probable by skipped.

reckart avatar Feb 25 '21 11:02 reckart