我有来自linux 32的最新的anaconda版本。我正在尝试用命令安装qutip
conda install qutip但包裹不见了。我已经试过加入康达锻造频道了。
知道为什么那个包裹不见了吗?根据,这应该是安装软件包的一种可能方式。
Error message:
Fetching package metadata ...........
PackageNotFoundError: Packages missing in current channels:
- qutip
We have searched for the packages in the following channels:
- https://conda.anaconda.org/conda-forge/linux-32
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.continuum.io/pkgs/free/linux-32
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/linux-32
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/linux-32
- https://repo.continuum.io/pkgs/pro/noarch发布于 2017-09-02 15:45:04
实际上,我们没有基于conda的linux32构建。您可以通过pip安装,也可以从源代码构建。
发布于 2017-09-02 14:48:24
您需要添加一个用于安装的通道,其中包括构建体系结构。conda-forge通道只有linux-64构建:https://anaconda.org/search?q=qutip --看起来没有任何支持linux-32的通道,但是您可以在这里找到conda的配方:https://github.com/conda-forge/qutip-feedstock,这样您就可以构建自己的包了。
https://stackoverflow.com/questions/46010821
复制相似问题