无法在linux中安装带anaconda的qutip

时间:2017-09-02 05:39:07

标签: python anaconda linuxmint qutip

我有来自linux 32的最新anaconda版本。我正在尝试使用命令安装qutip

conda install qutip

但是包丢失了。我已经尝试添加conda-forge频道了。

知道包丢失的原因吗?根据Qutip documentacion,这应该是安装软件包的可能方法。

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

2 个答案:

答案 0 :(得分:0)

您需要添加一个要安装的频道,其中包括您的构建架构。 conda-forge频道只有linux-64个版本:https://anaconda.org/search?q=qutip看起来没有任何频道支持linux-32,但您可以在此处找到conda构建的配方: https://github.com/conda-forge/qutip-feedstock,因此您可以构建自己的包。

答案 1 :(得分:0)

实际上,我们没有在conda上使用linux32。您可以通过pip安装,也可以从源代码构建。