Skip to content
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

pymilvus.exceptions.MilvusException: <MilvusException: (code=2, message=Fail connecting to server on unix:/tmp/tmpzmo6h_zk_milvus.db.sock, illegal connection params or server unavailable)> #92

Open
Shexiaox opened this issue Feb 27, 2025 · 1 comment

Comments

@Shexiaox
Copy link

The following error occurred in Linux. Could you advise on how to resolve it :
pymilvus.exceptions.MilvusException: <MilvusException: (code=2, message=Fail connecting to server on unix:/tmp/tmpzmo6h_zk_milvus.db.sock, illegal connection params or server unavailable)>

@junjiejiangjjj
Copy link

hi @Shexiaox This is because deep-searcher uses milvus-lite, which currently only supports the following environmnets:

  • Ubuntu >= 20.04 (x86_64 and arm64)
  • MacOS >= 11.0 (Apple Silicon M1/M2 and x86_64)

If the system does not meet the requirements, you can try using another Milvus: https://milvus.io/docs/install-overview.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants