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

TypeError: expected f64

Open 7flash opened this issue 5 months ago • 1 comments

deno --version
deno 1.39.1 (release, aarch64-apple-darwin)
v8 12.0.267.8
typescript 5.3.3

Running example from README https://github.com/asg017/sqlite-vss?tab=readme-ov-file#deno

Warning Implicitly using latest version (v0.1.2) for https://deno.land/x/sqlite_vss/mod.ts
error: Uncaught (in promise) TypeError: expected f64
export const SQLITE_VERSION = readCstr(sqlite3_libversion());
                              ^
    at https://deno.land/x/[email protected]/src/database.ts:101:31
    at eventLoopTick (ext:core/01_core.js:181:11)

7flash avatar Jan 05 '24 12:01 7flash