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

Trouble installing xxh #164

Open
t-scholtz opened this issue Sep 6, 2023 · 1 comment
Open

Trouble installing xxh #164

t-scholtz opened this issue Sep 6, 2023 · 1 comment

Comments

@t-scholtz
Copy link

t-scholtz commented Sep 6, 2023

I'm using Ubunut 20 on an arm64 processor. This is my terminal output.

$pip3 install xxh
  Defaulting to user installation because normal site-packages is not writeable
  Collecting xxh
  Downloading xxh-0.1.2.tar.gz (35 kB)
  Preparing metadata (setup.py) ... done
  Building wheels for collected packages: xxh
  Building wheel for xxh (setup.py) ... done
  Created wheel for xxh: filename=xxh-0.1.2-cp310-cp310-linux_aarch64.whl size=284176 sha256=7f13a35424fc58552268e2f984cfbb403d622d2b6c1ac8200d16f0d49bdf7016
  Stored in directory: /home/parallels/.cache/pip/wheels/63/7d/15/a9c00fa7e5d9fc8b1268d50f7ddcb8db3c08e4d3423e717f22
  Successfully built xxh
  Installing collected packages: xxh
  Successfully installed xxh-0.1.

$xxh --version                                                          
  zsh: command not found: xxh

I also tried pip3 installing xxh-xxh. Would there be any possible conflicts with libraries that are already installed? Should I try building form binary?

Any suggestions would be appricated

@anki-code
Copy link
Member

This should work: pip3 install xxh-xxh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants