-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cannot install the dependency: lshash3 #46
Comments
Happened to be poking around after the SO question, & so also wanted to point out:
|
@avidale @gojomo Unfortunately, however, another issue (numpy compatibility) is preventing installation with python 3.10 at the moment: please use Python 3.9 🙇 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My package depend on pqkmeans. Some time ago, it started producing errors during installation, because pqkmeans requires lshash3, and for some reason, lshash3 doesn't install anymore.
When I run
pip install pqkmeans
(Ubuntu, Python 3.10, reproducible in this notebook), I get the following error:trace
Here is where we have discovered the problem: avidale/compress-fasttext#19
Can you please fix this error, e.g. by switching to a well-maintained implementation of lshash, such as https://github.com/guofei9987/pyLSHash?
The text was updated successfully, but these errors were encountered: