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

Raspberry Pi isssues #109

Open
Mukund2900 opened this issue Sep 18, 2024 · 0 comments
Open

Raspberry Pi isssues #109

Mukund2900 opened this issue Sep 18, 2024 · 0 comments

Comments

@Mukund2900
Copy link

I am unable to install this on Raspberry Pi . Neither able to compile it.
Also python extension is not working.

(venv) mukund@rpi:~/fr $ pip install sqlite-vec Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: Could not find a version that satisfies the requirement sqlite-vec (from versions: none) ERROR: No matching distribution found for sqlite-vec

I get the above error .

(venv) mukund@rpi:~/Downloads $ ./install.sh ./install.sh: 49: [[: not found Type: loadable Target: Linux aarch64 Prefix: /home/mukund/Downloads Unsupported platform Linux aarch64

(venv) mukund@rpi:~/Downloads $ cd sqlite-vec/ (venv) mukund@rpi:~/Downloads/sqlite-vec $ ls LICENSE-APACHE Makefile VERSION bindings examples scripts sqlite-dist.toml sqlite-vec.h tests LICENSE-MIT README.md benchmarks dist reference.yaml site sqlite-vec.c sqlite-vec.h.tmpl tmp-static.py (venv) mukund@rpi:~/Downloads/sqlite-vec $ make make: 'dist' is up to date. (venv) mukund@rpi:~/Downloads/sqlite-vec $ make all cc \ -fPIC -shared \ -Wall -Wextra \ -Ivendor/ \ -O3 \ -lm \ sqlite-vec.c -o dist/vec0.so In file included from sqlite-vec.c:1: sqlite-vec.h:5:10: fatal error: sqlite3ext.h: No such file or directory 5 | #include "sqlite3ext.h" | ^~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:96: dist/vec0.so] Error 1 (venv) mukund@rpi:~/Downloads/sqlite-vec $

How to setup this on Raspberry Pi

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

1 participant