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

pip installation failed #274

Closed
hugoverzone opened this issue Dec 1, 2023 · 2 comments
Closed

pip installation failed #274

hugoverzone opened this issue Dec 1, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@hugoverzone
Copy link

Hello!
I'm unable to install higra with PIP.
when running the usual commands, such as: $pip install higra
I get:
ERROR: Could not find a version that satisfies the requirement higra (from versions: none)
ERROR: No matching distribution found for higra

when running commands such as: $ pip index versions higra
to see what versions are available,

WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
ERROR: No matching distribution found for higra

Is higra still available through pip?
Is there an issue with my setup?

I'm on a 2021 m1 macbook pro
running the commands in a VSCode terminal
in a conda environment

@PerretB
Copy link
Member

PerretB commented Dec 1, 2023

Hello!

Yes, Higra is still distributed on Pip, but unfortunately Mac silicon (m1, m2, m3) is not yet supported (see issue #249).
In short, the problem is that Azure pipelines (and other free CI/CD pipelines) do not have mac silicon agent to build the package on this hardware.

So currently you have two options to use Higra on a Mac m1: either compile it yourself (see manual build) or use an x86 version of Python with Rosetta

@PerretB PerretB added the duplicate This issue or pull request already exists label Dec 1, 2023
@hugoverzone
Copy link
Author

Ahh okay I understand!

Thank you for the quick answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants