sqlite-vec icon indicating copy to clipboard operation
sqlite-vec copied to clipboard

ARM build is broken

Open fernando-syslabs opened this issue 1 year ago • 2 comments

After compilation, the dist folder is empty. No error message is shown. For example here: https://github.com/elizaOS/eliza/issues/1747

fernando-syslabs avatar Jan 07 '25 22:01 fernando-syslabs

@fernando-syslabs do you mind trying on v0.1.7-alpha.1? That should have fixed linux arm builds

asg017 avatar Jan 10 '25 22:01 asg017

Great, it works. For eliza users:

package.json

...
  "pnpm": {
    "overrides": {
      "sqlite-vec": "^v0.1.7-alpha.2"
    }
  },
...

Then pnpm i will resolve this issue.

abcfy2 avatar Jan 20 '25 07:01 abcfy2