Can't install textract on windows

后端 未结 4 2065
轻奢々
轻奢々 2020-12-06 07:28

I\'ve tried lots of things but still fail when I\'m trying to install textract package on my Windows by using pip command.

I\'m getting the following error:

4条回答
  •  悲&欢浪女
    2020-12-06 08:00

    Not the most elegant solution but it works!

    pip install git+https://github.com/jpweytjens/textract
    

    Thanks to jpweytjens

提交回复
热议问题