-
Notifications
You must be signed in to change notification settings - Fork 611
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
Python requirements aren't updated in PyPi package #262
Comments
This is a real issue for Python 3(.7?) installation. EbookLib 0.15 fails to install with |
You can try If one requirement is missing you should get an error message and than install this requirement first. |
I just installed directly from @deanmalmgren's repo since it has the chardet dependency set to 3.0.4
|
The problem I seem to be having while using
|
@JoelMon you could do |
@DanAtShenTech you are right. Looks like pocketsphinx isn't installing. When I remove the enviroment, install a new one, and try to
@deanmalmgren Same problem when using Python 3.6 |
@JoelMon Not sure why pocketsphinx would not install for you. Seems like if you can get that problem worked out, then you should be able to install textract. Did you try exiting your |
@JoelMon: Incidentally, @deanmalmgren has not approved any pull requests to the textract repo for nearly two years. There are pull requests to update the pocketsphinx version dependency (as well as other library version dependencies), but none are being approved. You might also see my comment about this matter here. |
@DanAtShenTech So I went over to pocketsphinx and opened an issue cmusphinx/pocketsphinx#171. It was closed with the message:
I'm going to look for another package that does something similar to textract. I need to only extract the text of a PDF and parse it. Textract seems like it does a whole lot more than what I need. I tried your suggestions and I've posted the results below in case someone out there is searching for the error. Thank you for your help @DanAtShenTech, I appreciate it. I'm running: Linux Mint 19.1
I get the following error:
I get the following error:
|
@DanAtShenTech, are you interested in maintaining textract with me as co-maintainer? I reached out to @deanmalmgren on Twitter as you saw. I'm interested to help out where I can, but I don't have the time or the experience to do it by myself. Glancing at the open issues, updating the dependencies and making textract install easily again seems like the main challenge. I've been able to get textract up and running with |
Closed by #292 |
Description
The git repository has the following python requirements in
requirements/python
yet the tar.gz file hosted at PyPi still has the following requirements
To reproduce
Run
pip install textract
orpoetry add textract
Tasks
The text was updated successfully, but these errors were encountered: