Closed withsmilo closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
BentoML 1.0 no longer depends on proto and we've simplified the communication with Yatai to REST APIs to avoid the dependency on protobuf and gRPC.
That being said, we won't consider supporting this in older 0.13 branch. If you ran into this issue, we'd recommend migrating to BentoML version 1.0.
Describe the bug
I found a bug where BentoML conflicts with other packages using the same proto filename as the
status.proto
used by BentoML. For example,pymilvus 0.4.0
(https://github.com/milvus-io/pymilvus/blob/v0.4.0/grpc-proto/status.proto).To Reproduce
Please follow up BentoML's helloworld after importing
pymilvus
.Expected behavior
Screenshots/Logs
Environment:
Additional context
For workaround, we should set this environment variable before importing BentoML and Milvus.