-
Notifications
You must be signed in to change notification settings - Fork 74
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
Not able to install using pip #25
Comments
Oh, this seems to be a problem of I personally recommend you to install from source, it's also very simple: first you have to install rust: on windows, you can follow this https://forge.rust-lang.org/infra/other-installation-methods.html then, install hora $ rustup default nightly
$ git clone https://github.com/hora-search/horapy && cd horapy
$ pip install maturin && maturin build --release |
I tried Doing this, but still getting this error when I am executing the last line:
|
I try to reproduce your problem locally to solve this case. Can you give me more information about your environment? |
Hello,
This workaround seems to work.
My Environment :
|
Still getting the same error, this error is specific to anaconda it seems, because base pip works fine with the workaround you mentioned above. |
So, I tried installing using the
pip install horapy
, but getting this error:The text was updated successfully, but these errors were encountered: