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
[ERROR]: File "C:\Users\jm038226\Desktop\pycod\lib\site-packages\pymilvus\orm\connections.py", line 380, in connect from milvus_lite.server_manager import server_manager_instance ModuleNotFoundError: No module named 'milvus_lite'
#2932
Open
1 task done
SuperStupid250 opened this issue
Dec 12, 2024
· 0 comments
from pymilvus import MilvusClient
client = MilvusClient("./milvus_demo.db")
ERR:File "C:\Users\jm038226\Desktop\pycod\lib\site-packages\pymilvus\orm\connections.py", line 380, in connect
from milvus_lite.server_manager import server_manager_instance
ModuleNotFoundError: No module named 'milvus_lite'
Suggestion
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Issue
from pymilvus import MilvusClient
client = MilvusClient("./milvus_demo.db")
ERR:File "C:\Users\jm038226\Desktop\pycod\lib\site-packages\pymilvus\orm\connections.py", line 380, in connect
from milvus_lite.server_manager import server_manager_instance
ModuleNotFoundError: No module named 'milvus_lite'
Suggestion
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: