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

ImportError: cannot import name 'default_server' from 'milvus' (unknown location) #92

Open
ahmad12341 opened this issue Apr 23, 2024 · 0 comments

Comments

@ahmad12341
Copy link

Hello!

I am trying to run a simple question answer application using Milvus, towhee and gradio. My hardware and software requirements are up to the mark required for running Milvus. First I wanted to try the Milvus lite before running the standalone so I downloaded the Milvus and Pymivus and ran into the issue at very beginning. When I tried to run my python application I got following error

ImportError: cannot import name 'default_server' from 'milvus' (unknown location)

Then to narrow down the issue I tried to run only one command in the Jupyter that is from milvus import default_server and get the same error


ImportError Traceback (most recent call last)
Cell In[1], line 1
----> 1 from milvus import default_server

ImportError: cannot import name 'default_server' from 'milvus' (unknown location)

I have no idea what is wrong, it seems to be the bug.

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

1 participant