Skip to content

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

Open
@skshetry

Description

@skshetry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions