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

The sqlite-vec-linux-arm64.tar.gz was not published on npm. #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lll-lll-lll-lll
Copy link

@lll-lll-lll-lll lll-lll-lll-lll commented Nov 30, 2024

uname: arm64
deno version: deno 2.1.2
exec

deno add npm:sqlite-vec

error
スクリーンショット 2024-11-30 14 46 42

Reproduction steps

npm pack sqlite-vec  
# get sqlite-vec-0.1.6.tgz

unpack

mkdir sqlite-vec-content
tar -xzf sqlite-vec-0.1.6.tgz -C sqlite-vec-content
cd sqlite-vec-content

The package sqlite-vec-linux-arm64 is added as a dependency, but there is no npm publish for it.

cat package.json

{
  "name": "sqlite-vec",
  "version": "0.1.6",
  "author": "Alex Garcia",
  "license": "MIT OR Apache",
  "description": "A vector search SQLite extension.",
  "repository": {
    "type": "git",
    "url": "https://TODO",
    "directory": null
  },
  "main": "./index.cjs",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.mjs",
      "types": "./index.d.ts"
    }
  },
  "files": [],
  "keywords": [],
  "optionalDependencies": {
    "sqlite-vec-linux-arm64": "0.1.6",
    "sqlite-vec-windows-x64": "0.1.6",
    "sqlite-vec-darwin-x64": "0.1.6",
    "sqlite-vec-linux-x64": "0.1.6",
    "sqlite-vec-darwin-arm64": "0.1.6"
  }
}


@lll-lll-lll-lll lll-lll-lll-lll changed the title The file sqlite-vec-linux-arm64.tar.gz was not published on npm. The sqlite-vec-linux-arm64.tar.gz was not published on npm. Nov 30, 2024
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

Successfully merging this pull request may close these issues.

1 participant