简体   繁体   English

如何在 Anaconda (Windows 10) 上安装 textract?

[英]How to install textract on Anaconda (Windows 10)?

I'm trying to install Anaconda on Windows but I'm having the following errors:我正在尝试在 Windows 上安装 Anaconda,但出现以下错误:

Conda: screenshot of error Conda:错误截图

Pip install: screenshot of error Pip安装:错误截图

Error messages:错误信息:

(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.

Did you tried installing through pip?您是否尝试过通过 pip 安装? https://pypi.org/project/textract/ https://pypi.org/project/textract/

pip install textract

I was running into the same problems.我遇到了同样的问题。 I believe that it's because we're using a Windows 64-bit edition, which isn't supported for the anaconda install, as shown below:我认为这是因为我们使用的是 Windows 64 位版本,anaconda 安装不支持该版本,如下所示:

Anaconda Textract 截图

As you can see, it only supports win-32.如您所见,它只支持 win-32。 I'm also installing it via the pip install textract route as well.我也通过pip install textract路径安装它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM