textract icon indicating copy to clipboard operation
textract copied to clipboard

textract (>=1.6.5,<2.0.0) requires xlrd (>=1.2.0,<1.3.0).

Open dickreuter opened this issue 1 year ago • 2 comments

Because no versions of textract match >1.6.5,<2.0.0 and textract (1.6.5) depends on xlrd (>=1.2.0,<1.3.0), textract (>=1.6.5,<2.0.0) requires xlrd (>=1.2.0,<1.3.0). So, because sparkai-chatbot depends on both xlrd (^2.0.1) and textract (^1.6.5), version solving failed.

dickreuter avatar Dec 20 '24 12:12 dickreuter

Yeah this ties in with some comments on this PR https://github.com/deanmalmgren/textract/pull/543 which is about the fork Kyle maintains but that version is also still using an old version of xlrd. The suggestion is to migrate the XLSX code to use another library which will then allow the project to hopefully move to a newer version of xlrd but it needs a further PR

StevenMapes avatar Apr 03 '25 08:04 StevenMapes