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.* #489

Open
SteveMwika opened this issue Nov 8, 2023 · 2 comments

Comments

@SteveMwika
Copy link

Describe the bug
DEPRECATION: textract 1.6.5 has a non-standard dependency specifier extract-msg<=0.29.*. pip 24.0 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

extract-msg<=0.29.*

@MarkCarbonell98
Copy link

MarkCarbonell98 commented Nov 14, 2023

I temporarily fixed this issue with

cd textract-1.6.5
sed -i requirements/python 's/\(<=.*\)\(\*\)/\10/'
python3 setup.py install 

With Python 3.11.6

@MaxEtMoritz
Copy link

duplicate of #476

MaxEtMoritz pushed a commit to MaxEtMoritz/textract that referenced this issue Nov 21, 2023
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