[BUG]: nv_ingest_client
Conda package does not depend on pymilvus
#450
Labels
bug
Something isn't working
nv_ingest_client
Conda package does not depend on pymilvus
#450
Version
2025.02.10.dev0
Which installation method(s) does this occur on?
Source
Describe the bug.
I created my Conda env with this yaml:
However I get a pymilvus import error when importing the client:
conda env create --solver=libmamba --name nv_ingest_test --file examples/nv_ingest/test.yaml conda activate nv_ingest_test python -c "from nv_ingest_client.client import NvIngestClient"
Minimum reproducible example
conda env create --solver=libmamba --name nv_ingest_test --file examples/nv_ingest/test.yaml conda activate nv_ingest_test python -c "from nv_ingest_client.client import NvIngestClient"
Relevant log output
ModuleNotFoundError: No module named 'pymilvus'
Other/Misc.
No response
The text was updated successfully, but these errors were encountered: