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

M1 Mac installation #34

Closed
jspaezp opened this issue Sep 2, 2022 · 0 comments
Closed

M1 Mac installation #34

jspaezp opened this issue Sep 2, 2022 · 0 comments

Comments

@jspaezp
Copy link
Contributor

jspaezp commented Sep 2, 2022

M1 mac installation is not functional due to an upstream dependency.
It happens because the package (fastobo) does not provide an arm64 wheel, and it installs
the x86 version, which fails at runtime.

I am leaving here the solution I found that works. Will close it when it gets solved upstream

You need to build the wheel yourself, by using ....

python -m pip install --upgrade --force --no-binary=fastobo fastobo

and then everything magically works

@jspaezp jspaezp closed this as completed Sep 7, 2022
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

1 participant