deanmalmgren / textract

extract text from any document. no muss. no fuss.
http://textract.readthedocs.io
MIT License
3.86k stars 592 forks source link

Beautifulsoup version #427

Open super-web-dev-7 opened 2 years ago

super-web-dev-7 commented 2 years ago

Describe the bug

ERROR: Cannot install beautifulsoup4==4.11.1 and textract==1.6.3 because these package versions have conflicting dependencies.

The conflict is caused by:
 The user requested beautifulsoup4==4.11.1
 textract 1.6.3 depends on beautifulsoup4==4.8.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit <https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies>

Expected behavior Can you update Beautifulsoup version in textract package?

Desktop (please complete the following information):