You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘ve installed Milvus Standalone with Docker on Oracle Linux 8.9 successfully and the hello_milvus.py runs successfully as well.
pymilvus-2.3.6 is installed.
I installed milvus_cli-0.2.0b2.tar.gz. When execute connect command in milvus_cli, I got error like blow:
milvus_cli > connect -uri http://127.0.0.1:19530
Connect to Milvus error!<MilvusException: (code=2, message=Fail connecting to server on 127.0.0.1:19530. Timeout)>
milvus_cli >
The text was updated successfully, but these errors were encountered:
I‘ve installed Milvus Standalone with Docker on Oracle Linux 8.9 successfully and the hello_milvus.py runs successfully as well.
pymilvus-2.3.6 is installed.
I installed milvus_cli-0.2.0b2.tar.gz. When execute connect command in milvus_cli, I got error like blow:
$ milvus_cli
milvus_cli > connect
free(): invalid pointer
Aborted (core dumped)
Seems this is a memory leak error, but I don't know why I got this error. Could you help to fix out how to resolve this issue?
And I also installed milvus-cli base on docker image [docker run -it zilliz/milvus_cli:latest], I got following error, kindly help on this. Thanks.
$ sudo docker run -it zilliz/milvus_cli:latest
| / () | ___ _ ___ / | | | |
| |/| | | \ \ / / | | / __| | | | | | |
| | | | | |\ V /| || _ \ | || |_ | |
|| |||| _/ _,|/ _|__||
Milvus cli version: 0.4.0
Pymilvus version: 2.3.0
Learn more: https://github.com/zilliztech/milvus_cli.
milvus_cli > connect -uri http://127.0.0.1:19530
Connect to Milvus error!<MilvusException: (code=2, message=Fail connecting to server on 127.0.0.1:19530. Timeout)>
milvus_cli >
The text was updated successfully, but these errors were encountered: