1

我正在尝试在 Windows 上安装 Anaconda,但出现以下错误:

Conda:错误截图

Pip install:错误截图

错误信息:

(base) C:\Users\vinay>**conda install -c conda-forge textract**

Solving environment: **failed**

PackagesNotFoundError: The following packages are not available from current channels:

  **- textract**

Current channels:

  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch

To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page.
4

2 回答 2

1

我遇到了同样的问题。我相信这是因为我们使用的是 Windows 64 位版本,anaconda 安装不支持该版本,如下所示:

Anaconda 文本截图

如您所见,它只支持win-32。我也通过pip install textract路由安装它。

于 2019-04-16T22:37:55.873 回答
1

你试过通过pip安装吗? https://pypi.org/project/texttract/

pip install textract

于 2018-12-05T09:06:16.110 回答