【发布时间】:2021-02-22 06:01:52
【问题描述】:
是否可以在 M1 Mac 上安装 Librosa?我通过conda install -c conda-forge librosa (miniforge) 尝试了 pip 和 Conda,但收到此错误:
# conda install -c conda-forge librosa
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
【问题讨论】:
-
我最后一次听到的是 librosa 所依赖的 numpy 并不适用于 M1,because of a missing Fortran compiler——但这可能是旧闻了。
标签: python macos conda librosa apple-m1