deanmalmgren / textract

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

textract 1.6.5 has a non-standard dependency specifier extract-msg<=0.29.* #476

Open chapmanjacobd opened 12 months ago

chapmanjacobd commented 12 months ago

Describe the bug DEPRECATION: textract 1.6.5 has a non-standard dependency specifier extract-msg<=0.29.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of textract or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063

Should be

extract-msg==0.29.*

or

extract-msg<0.30

or

extract-msg~=0.29.0
citron commented 11 months ago

Same problem here

KyleKing commented 11 months ago

FWIW, I have a fork that addresses this problem, https://github.com/KyleKing/textract-py3, which is on PyPi: https://pypi.org/project/textract-py3

Related: https://github.com/deanmalmgren/textract/pull/414#issuecomment-1657180375 and #470