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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: