-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jdk 2.4.7 and milvus 2.4.14 not work #1174
Comments
python 3.10 error message: |
I guess your milvus is not 2.4.14. |
Show me the test.py |
import pymilvus if name == 'main':
|
this is my test.py code |
You got the error "this version of sdk is incompatible with server, please downgrade your sdk or upgrade your server" at this line?
|
Seems you have several milvus addresses: Are these milvus servers different versions? Maybe you wrongly choose an old version? The error "this version of sdk is incompatible with server, please downgrade your sdk or upgrade your server" happens when you are using a high version pymilvus connect to a milvus version older than v2.2.9. |
bug content bellow:
Exception in thread "main" io.grpc.StatusRuntimeException: UNIMPLEMENTED: unknown service milvus.proto.milvus.MilvusService
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
at io.milvus.grpc.MilvusServiceGrpc$MilvusServiceBlockingStub.connect(MilvusServiceGrpc.java:4777)
at io.milvus.v2.client.MilvusClientV2.connect(MilvusClientV2.java:155)
at io.milvus.v2.client.MilvusClientV2.connect(MilvusClientV2.java:109)
at io.milvus.v2.client.MilvusClientV2.(MilvusClientV2.java:88)
at xin.zhulin.Test.main(Test.java:22)
milvus version: 2.4.14
java sdk version: 2.4.7
The text was updated successfully, but these errors were encountered: