-
Notifications
You must be signed in to change notification settings - Fork 606
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
extract-msg (<=0.29.*) #525
Comments
Have a similar problem.
To install it I localy edit the troubled line to "extract-msg==0.29.*" and install it from the local sources. |
This issue is addressed by the open pull request here: #527 ... but I don't know if the maintainer is active anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To solve this problem, you should git clone it, and modify the following file: /textract-master/requirements/python
extract-msg<=0.29. -> extract-msg<=0.29.0*
And then install by running the following command:
pip install -r requirements/python-dev3
The text was updated successfully, but these errors were encountered: