bittremieux / spectrum_utils

Python package for efficient mass spectrometry data processing and visualization
https://spectrum-utils.readthedocs.io/
Apache License 2.0
138 stars 20 forks source link

M1 Mac installation #34

Closed jspaezp closed 2 years ago

jspaezp commented 2 years ago

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