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

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

Open
timspannzilliz opened this issue Jun 25, 2024 · 2 comments
Open

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

timspannzilliz opened this issue Jun 25, 2024 · 2 comments

Comments

@timspannzilliz
Copy link

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
Copy link

this issue might helpful milvus-io/milvus#30990

@timspannzilliz
Copy link
Author

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.

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

2 participants