textract icon indicating copy to clipboard operation
textract copied to clipboard

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

Open chapmanjacobd opened this issue 2 years ago • 2 comments

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

chapmanjacobd avatar Jul 31 '23 15:07 chapmanjacobd

Same problem here

citron avatar Aug 07 '23 13:08 citron

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

KyleKing avatar Aug 13 '23 12:08 KyleKing