当前 win-32 频道中缺少 Anaconda 包 Installation:Package
Anaconda Package Installation:Package missing in current win-32 channels
我正在尝试使用 anaconda.In anaconda 提示安装 PyML-0.7.14
,我给出
conda install pyml-0.7.14
conda install pyml
conda install pyml=0.7.14
其中每一个都给出错误:
Package missing in current win-32 channels.
我也试过使用pip
安装
pip install pyml
但它给出了:
could not find a version that satisfies the requirement. PyML available on anaconda cloud is for 64 bit only.
遗憾的是,没有适用于 32 位 Python 发行版的 PyML 版本。
您需要安装 64 位版本的 python 才能使用 PyML。您可以在 Anaconda Windows downloads 页面找到它。
此外,anaconda cloud 上最新的 PyML 版本似乎是 0.2.2。可以在 PyML tutorial 之后从源代码安装 PyML,但我不会打赌它。
我正在尝试使用 anaconda.In anaconda 提示安装 PyML-0.7.14
,我给出
conda install pyml-0.7.14
conda install pyml
conda install pyml=0.7.14
其中每一个都给出错误:
Package missing in current win-32 channels.
我也试过使用pip
pip install pyml
但它给出了:
could not find a version that satisfies the requirement. PyML available on anaconda cloud is for 64 bit only.
遗憾的是,没有适用于 32 位 Python 发行版的 PyML 版本。
您需要安装 64 位版本的 python 才能使用 PyML。您可以在 Anaconda Windows downloads 页面找到它。
此外,anaconda cloud 上最新的 PyML 版本似乎是 0.2.2。可以在 PyML tutorial 之后从源代码安装 PyML,但我不会打赌它。