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

"usearch_sqlite" binary for Windows #427

Open
2 of 3 tasks
fedehann opened this issue May 31, 2024 · 1 comment
Open
2 of 3 tasks

"usearch_sqlite" binary for Windows #427

fedehann opened this issue May 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fedehann
Copy link

fedehann commented May 31, 2024

Describe what you are looking for

I tried to run the sample script to test out the USearch-SQLite3 extension:

import usearch
import sqlite3

conn = sqlite3.connect("data.db")
conn.enable_load_extension(True)
conn.load_extension(usearch.sqlite_path())

I got:

Download failed: https://github.com/unum-cloud/usearch/releases/download/v2.12.0/usearch_sqlite_windows_amd64_2.12.0.dll could not be found

I'm running Windows 10 and Python 3.12.3.

When I checked the releases at https://github.com/unum-cloud/usearch/releases/, I noticed that there are precompiled binaries of the USearch SQLite Extensions available for Mac and Linux, but not for Windows.

Would it possible to have precompiled binaries for Windows as well?

Can you contribute to the implementation?

  • I can contribute

Is your feature request specific to a certain interface?

It applies to everything

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@fedehann fedehann added the enhancement New feature or request label May 31, 2024
@ashvardanian
Copy link
Contributor

Indeed, we only currently ship MacOS and Linux binaries. Compiling SQLite extensions for Windows was very challenging. If someone is ready to contribute - happy to merge 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants