unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
1.93k stars 109 forks source link

Bug: usearch: cannot execute binary file #372

Closed B1991ing closed 2 months ago

B1991ing commented 3 months ago

Describe the bug

Dear usearch development team,

I ran "pip install numpy usearch", but it shows error that "usearch: cannot execute binary file". I already use chomd to chagnt the execuation authorization as shown in the screenshot, still not work.

截屏2024-03-31 08 24 23

Do you have any idea that how to solve it?

Best,

Bing

Steps to reproduce

Dear usearch development team,

I ran "pip install numpy usearch", but it shows error that "usearch: cannot execute binary file". I already use chomd to chagnt the execuation authorization as shown in the screenshot, still not work.

截屏2024-03-31 08 24 23

Do you have any idea that how to solve it?

Best,

Bing

Expected behavior

work on the Rstudio on mac

USearch version

11

Operating System

macOS sonoma

Hardware architecture

x86

Which interface are you using?

C++ implementation

Contact Details

bingsong@nwafu.edu.cn

Is there an existing issue for this?

Code of Conduct

ashvardanian commented 2 months ago

Hi @B1991ing! Sorry for the delay, but I a not sure what the issue is. You mention using C++ interface, while using pip to install it. If you install the Python library, how do you plan to execute it? You should probably import it into some project and then instantiate and Index before you can use it.