Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chapmanjacobd opened this issue Jul 31, 2023 · 2 comments

Comments

@chapmanjacobd
Copy link

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 pypa/pip#12063

Should be

extract-msg==0.29.*

or

extract-msg<0.30

or

extract-msg~=0.29.0
@citron
Copy link

citron commented Aug 7, 2023

Same problem here

@KyleKing
Copy link

KyleKing commented Aug 13, 2023

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: #414 (comment) and #470

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants