-
Notifications
You must be signed in to change notification settings - Fork 159
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
32 bit arch used for arm64 #159
Comments
Right, CI is packing a 32bit lib into the aarch64 wheel
|
lukehinds
added a commit
to lukehinds/sqlite-vec
that referenced
this issue
Dec 27, 2024
- Switched to the correct compiler (gcc-aarch64-linux-gnu) for linux-aarch64 builds to ensure 64-bit binaries are generated. - Removed duplicate artifact upload for sqlite-vec-android-armv7a-extension in the dist job. Resolves: asg017#159
lukehinds
added a commit
to stacklok/codegate
that referenced
this issue
Dec 28, 2024
Upstream sqlite-vec is currently compiling the wrong arch Use this until fixed upstream asg017/sqlite-vec#159
I'm having a similar issue with nodejs on windows with yarn, it seems to try to download the linux arm64 build:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have not been able to nail down why this is yet, but I am finding any time sqlite-vec is pip installed on a arm64 machine, it fails from using the 32 bit library
I built this as a replication of the issue:
https://github.com/lukehinds/sqlite-vec-test/actions/runs/12515467806/job/34913076780#step:6:506
You can see here, this is during the arm64 build stage:
I will update when I figure out why this is happening.
The text was updated successfully, but these errors were encountered: