【发布时间】:2021-07-29 16:18:11
【问题描述】:
我正在尝试使用 miniforge 在 MacBook Pro M1 上安装 symfit,以实现处理器兼容性,因为 pip3 install symfit 会导致错误。但是,在运行 conda install -c conda-forge symfit 时,我得到:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- symfit
Current channels:
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
- https://conda.anaconda.org/conda/osx-arm64
- https://conda.anaconda.org/conda/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
这样做时,我发现 symfit 在 conda-forge 频道中可用!为什么不能从命令行安装?
【问题讨论】:
-
这个包目前不是为 osx-arm64(M1 平台)构建的。据我所知,添加这样的构建应该不会有很大的困难。我创建了an issue for this request on the
symfit-feedstock。