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

Bug: Download failed: usearch_sqlite_macos_x86_64_2.16.9.dylib could not be found. #557

Open
2 of 3 tasks
skshetry opened this issue Jan 20, 2025 · 0 comments
Open
2 of 3 tasks
Labels
bug Something isn't working

Comments

@skshetry
Copy link

skshetry commented Jan 20, 2025

Describe the bug

Getting this error since v2.16.7.

Looking at the release, there are no dylibs published for x86_64 and arm64 since v2.16.7.

python -c 'import usearch; print(usearch.sqlite_path())'
/.venv/lib/python3.12/site-packages/usearch/__init__.py:125: UserWarning: Will download `usearch_sqlite` binary from GitHub.
  warnings.warn("Will download `usearch_sqlite` binary from GitHub.", UserWarning)
/.venv/lib/python3.12/site-packages/usearch/__init__.py:133: UserWarning: Download failed: https://github.com/unum-cloud/usearch/releases/download/v2.16.9/usearch_sqlite_macos_x86_64_2.16.9.dylib could not be found.
  warnings.warn(f"Download failed: {e.url} could not be found.", UserWarning)
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/.venv/lib/python3.12/site-packages/usearch/__init__.py", line 151, in sqlite_path
    raise FileNotFoundError("Failed to find or download `usearch_sqlite` binary.")
FileNotFoundError: Failed to find or download `usearch_sqlite` binary.

Steps to reproduce

Install usearch>=2.16.7, and run following:

python -c 'import usearch; print(usearch.sqlite_path())'

Expected behavior

The usearch extension should be installed.

USearch version

v2.16.7

Operating System

macOS

Hardware architecture

x86

Which interface are you using?

Python bindings

Contact Details

No response

Are you open to being tagged as a contributor?

  • I am open to being mentioned in the project .git history as a contributor

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
@skshetry skshetry added the bug Something isn't working label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant