简体   繁体   中英

How to install textract on Anaconda (Windows 10)?

I'm trying to install Anaconda on Windows but I'm having the following errors:

Conda: screenshot of error

Pip install: screenshot of error

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? 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:

Anaconda Textract 截图

As you can see, it only supports win-32. I'm also installing it via the pip install textract route as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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