Closed KnightChaser closed 3 months ago
Ah, should I use this on Linux and it's fundamentally incompatible with Windows?
Milvus_lite does not support running on Windows yet, we are working on it. Please retry on Linux @KnightChaser https://milvus.io/docs/milvus_lite.md#Set-up-Milvus-Lite
/assign @KnightChaser /unassign
Found that it works on Ubuntu WSL 22.04. Thanks for the clarification and hope there will be Windows support soon!
(As expected, the Milvus standalone server via Docker deployment on the Windows platform didn't work properly. Thus, I just migrated my previous work to Ubuntu WSL.)
okay, I'd close this issue if you don't mind. please free to open new issues if you met any new problems
Is there an existing issue for this?
Environment
Current Behavior
I was following the official guide's instructions to start with Milvus. (https://milvus.io/docs/quickstart.md#Insert-Data). However, when I try to use
MilvusClient()
function even after installingpymilvus
package, I still face the runtime error that there is no package named "milvus_lite". I'm not entirely sure if it's a bug or something else, technically. However, I searched over the Internet, and I couldn't find a way to resolve this myself for now.Of course, I installed
pymilvus
package as the guide instructed.Full context of my situation is the following:
Expected Behavior
I expected I could use the
MilvusClient
function without any runtime error to continue following the guide.Steps To Reproduce
In Windows environment, install Milvus via
pip install -U pymilvus
. Then, open the python shell and try to useMilvusClient()
.Milvus Log
No response
Anything else?
I'm not sure if It'll be helpful to address my issue clearer, but I got the following runtime error logs after I reproduced the same issue on Jupyter notebook.