Closed miguelsousa closed 8 months ago
Can I be assigned to this issue?
Sure, assigning it to you.
Can I be assigned to this issue?
@wuzhijing0127 this issue is already assigned to @Vinay-Vinod and he also raised a PR. Please ping me if you don't see any other issue. Thanks.
What is the bug? The
deprecated
library is used in ml_commons_client.py butopensearch-py-ml
doesn't install it by default.How can one reproduce the bug? Steps to reproduce the behavior:
opensearch-py-ml
from opensearch_py_ml.ml_commons import MLCommonClient
in your codeModuleNotFoundError
happensWhat is the expected behavior? No crash.
Proposed fix Add
deprecated
toinstall_requires
in setup.py.