python - 如何在 Anaconda 中安装 binstar 包?

标签 python anaconda pdfminer binstar

我无法安装 - pdfminer - 使用源代码发行版,所以我尝试使用 binstar这样做。由于我使用的是 Python 的 Ananconda 发行版,因此我输入:

conda install -c https://conda.binstar.org/jacksongs pdfminer 

但是,出现以下错误:

Fetching package metadata: ...
Error: No packages found in current win-32 channels matching: pdfminer
You can search for this package on Binstar with
binstar search -t conda pdfminer

您能提出一个解决方案吗?

谢谢。

PS:binstar search -t conda pdfminer 返回以下内容:

Run 'binstar show <USER/PACKAGE>' to get more details:
Packages:
                      Name | Access       | Package Types   | Summary
 ------------------------- | ------------ | --------------- | --------------------
           auto/pdfminer3k | published    | conda           |     
 http://bitbucket.org/hsoft/pdfminer3k
        jacksongs/pdfminer | public       | conda           | PDF parser and analyzer
 Found 2 packages

最佳答案

这可能与平台的选择有关。 Binstar 只有适用于 OS X 64 的软件包,而我使用的是 Windows。

关于python - 如何在 Anaconda 中安装 binstar 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27030656/

相关文章:

python - 使用 Python 抓取 PDF 文本 (pdfquery)

python - 如何正确地将 matplotlib.errorbar 叠加到 seaborn.barplot 上?

python - 质因数分解算法

python - Conda:目标环境中缺少以下包

pip - jupyter笔记本中conda安装和pip安装的区别

Python 分节阅读 pdf

python - 我如何在linux中使用find命令知道python模块的位置

python - 正则表达式捕获任何数字超过 4 位数字之前的重叠匹配项

python - 使用 LD_LIBRARY_PATH 时与 Anaconda 的链接问题

python - 从 PDF 文件中获取数据,其布局与复制+粘贴相同