asg017 / sqlite-vss

A SQLite extension for efficient vector search, based on Faiss!
MIT License
1.59k stars 58 forks source link

Python - I can't install via pip on windows 11 #104

Open elieobeid7 opened 8 months ago

elieobeid7 commented 8 months ago

Windows 11, latest version, Python version 3.10.4, pip version 23.3. If I run pip install sqlite-vss or any other version, I get this error

ERROR: Could not find a version that satisfies the requirement sqlite-vss (from versions: none)
ERROR: No matching distribution found for sqlite-vss
scherbinek commented 8 months ago

Same for Windows 10, latest version, Python version 3.11.5, pip version 23.3.1

ERROR: Could not find a version that satisfies the requirement sqlite-vss (from versions: none) ERROR: No matching distribution found for sqlite-vss

snow1020 commented 7 months ago

Same for Windows 10, Python version 3.9.7 or 3.10.11 or 3.11.4

ERROR: Could not find a version that satisfies the requirement sqlite-vss (from versions: none) ERROR: No matching distribution found for sqlite-vss

actualgh0st commented 4 months ago

same for windows 11, python 3.11.5, pip 24.0

ERROR: Could not find a version that satisfies the requirement sqlite-vss (from versions: none) ERROR: No matching distribution found for sqlite-vss

UPDATE I was able to fix this by downloading this: https://www.sqlite.org/2024/sqlite-tools-win-x64-3450100.zip from the sqlite website

jizqug00 commented 4 months ago

same here

andrewcastle10 commented 4 months ago

Same here

Seedmanc commented 2 months ago

same for windows 11, python 3.11.5, pip 24.0

ERROR: Could not find a version that satisfies the requirement sqlite-vss (from versions: none) ERROR: No matching distribution found for sqlite-vss

UPDATE I was able to fix this by downloading this: https://www.sqlite.org/2024/sqlite-tools-win-x64-3450100.zip from the sqlite website

What do I do with the downloaded files to get it fixed? I'm getting an error requiring sqlite-vss in langchain.