gpt4 book ai didi

python - Conda 找不到现有的 binstar 包

转载 作者:太空宇宙 更新时间:2023-11-03 11:51:13 31 4
gpt4 key购买 nike

我正在尝试使用 Anaconda 在 64 位 Windows 8 机器上为我的 Python 3 安装安装 hdf5storage 包。为了确保一切都是最新的,我做了一个

C:\Users\Baeuerle>conda install binstar
Fetching package metadata: ..
Solving package specifications: .
Package plan for installation in environment C:\Anaconda3:

The following packages will be downloaded:

package | build
---------------------------|-----------------
binstar-0.9.4 | py34_0 115 KB
clyent-0.3.2 | py34_0 13 KB
conda-3.7.3 | py34_0 202 KB
pytz-2014.9 | py34_0 167 KB
requests-2.4.3 | py34_0 607 KB
setuptools-7.0 | py34_0 749 KB
------------------------------------------------------------
Total: 1.8 MB

The following NEW packages will be INSTALLED:

clyent: 0.3.2-py34_0

The following packages will be UPDATED:

binstar: 0.7.1-py34_0 --> 0.9.4-py34_0
conda: 3.7.0-py34_0 --> 3.7.3-py34_0
pytz: 2014.7-py34_0 --> 2014.9-py34_0
requests: 2.4.1-py34_0 --> 2.4.3-py34_0
setuptools: 5.8-py34_0 --> 7.0-py34_0

Proceed ([y]/n)?

Fetching packages ...
binstar-0.9.4- 100% |###############################| Time: 0:00:01 109.73 kB/s
clyent-0.3.2-p 100% |###############################| Time: 0:00:00 25.88 kB/s
conda-3.7.3-py 100% |###############################| Time: 0:00:05 39.58 kB/s
pytz-2014.9-py 100% |###############################| Time: 0:00:00 179.44 kB/s
requests-2.4.3 100% |###############################| Time: 0:00:02 210.03 kB/s
setuptools-7.0 100% |###############################| Time: 0:01:30 8.45 kB/s
setuptools-7.0 100% |###############################| Time: 0:00:03 216.41 kB/s
Extracting packages ...
[ COMPLETE ] |#################################################| 100%
Unlinking packages ...
[ COMPLETE ] |#################################################| 100%
Linking packages ...
[ COMPLETE ] |#################################################| 100%

首先。然后我做了:

C:\Users\Baeuerle>binstar show auto/hdf5storage
Using binstar api site https://api.binstar.org
Name: hdf5storage
Summary: https://github.com/frejanordsiek/hdf5storage
Access: public
Package Types: conda
Versions:
+ 0.1.1

To install this package with conda run:
conda install --channel https://conda.binstar.org/auto hdf5storage

C:\Users\Baeuerle>conda install --channel https://conda.binstar.org/auto hdf5storage
Fetching package metadata: ...
Error: No packages found in current win-64 channels matching: hdf5storage

You can search for this package on Binstar with

binstar search -t conda hdf5storage

C:\Users\Baeuerle>

那么这里有什么问题呢?显然包在那里,我使用了推荐的命令。为什么 conda 找不到它呢?这是 64 位问题吗?如果是,通过 anaconda 安装 hdf5storage 的最佳方法是什么?

最佳答案

我在图形工具包和 sigcpp 依赖项方面遇到了完全相同的问题。我在 osx Yosemite 10.10 上。

我想安装图形工具。在 binstar 上找到了适用于 osX 的正确软件包。

conda install --channel https://conda.anaconda.org/vgauthier graph-tool

并且总是收到以下消息

Error: Could not find some dependencies for graph-tool: sigcpp

虽然已经安装了sigcpp

conda install sigcpp
Fetching package metadata: ..........
Solving package specifications: .
# All requested packages already installed.
# packages in environment at /Users/aperrier/anaconda/envs/py34:
#
sigcpp 2.3.1 2

最终的工作是首先将 channel 添加到 conda,然后安装 sigcpp 和 graph-tool

conda config --add channels https://conda.binstar.org/cyclus
conda install sigcpp

被告知包已经存在。然而,图形工具安装工作

conda config --add channels https://conda.binstar.org/vgauthier
conda install graph-tool

我终于能够在 ipython 中导入 graph_tool

这对我来说毫无意义,但也许这会对遇到同样问题的人有所帮助。

关于python - Conda 找不到现有的 binstar 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27100070/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com