milvus-io / milvus-lite

A lightweight version of Milvus
Apache License 2.0
238 stars 29 forks source link

2.4.7 Installs but fails to run on Raspberry pi 5 #179

Open timspannzilliz opened 1 week ago

timspannzilliz commented 1 week ago

python3 -m venv milvusvenv source milvusvenv/bin/activate

pip3 install https://github.com/milvus-io/milvus-lite/releases/download/v2.4.7/milvus_lite-2.4.7-py3-none-manylinux2014_aarch64.whl -U

(milvusvenv) root@five:/opt/demo# python3 testsmall.py

: Unsupported system page size Operating system error: : Unsupported system page size Cannot allocate memory Allocating cleared memory failed ^CTraceback (most recent call last): File "/opt/demo/testsmall.py", line 3, in client = MilvusClient("milvus_demo2.db") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
xiaofan-luan commented 1 week ago

this issue might helpful https://github.com/milvus-io/milvus/issues/30990

timspannzilliz commented 1 week ago

That is helpful. I was able to get this version work on NVIDIA Jetson Xavier NX. I'll look into rebuilding for RPI5 or change page size.