Open mpdaugherty opened 1 month ago
I think we may end up rewriting the node code from the node package so we can specify the location of the .node
file explicitly and install it ourselves. It would be nicer to use an official package, however, which would stay up to date with the latest releases.
Hey @mpdaugherty, thanks for the report - can you try with the latest 0.1.4-alpha.2
version and let me know if it works?
The os
field is now win32
, which should solve this issue. If so I'll release a 0.1.4
with the same fix
Yes, thanks! I'll take a look, ideally can find some time today.
@asg017 I can confirm that installed without a problem:
PS C:\Users\Michael\Documents\TestCode> npm i sqlite-vec-windows-x64@0.1.4-alpha.2
changed 1 package, and audited 3 packages in 2s
Thank you @mpdaugherty ! Will push out 0.1.4 shortly and will close this issue once it's out
I'm attempting to install the
sqlite-vec
node package on windows, but it appears that the optional dependencysqlite-vec-windows-x64
is configured to require os "windows" vs. "win32", so it won't install.I don't know how the
sqlite-dist.toml
file is converted into npm packages, so I'm unable to create a PR for a fix unfortunately.