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

pdfminer3k Issue breaks pip install/ minecart import #35

Open
TomTJarosz opened this issue Jun 8, 2020 · 0 comments
Open

pdfminer3k Issue breaks pip install/ minecart import #35

TomTJarosz opened this issue Jun 8, 2020 · 0 comments

Comments

@TomTJarosz
Copy link

pdfminer3k was removed from Pip a few days ago. This completely broke pip install minecart, as pdfminer3k is a dependency of minecart. Since then, a different user seems to have published a new pip package under the name pdfminer3k (Old pdfminer3k repo: https://github.com/jaepil/pdfminer3k vs new pdfminer3k repo: https://github.com/canserhat77/pdfminer3k ). This new package seems to be near identical to the old one, but it does not install its dependencies (ply >=3.4). As a results, importing minecart will fail unless you manually install ply into your environment. I have created a PR to use pdfminer for minecart (as apposed to pdfminer3k), which should resolve this issue: #33

@TomTJarosz TomTJarosz changed the title pdfminer3k Issue breaks pip install/ minecart imiport pdfminer3k Issue breaks pip install/ minecart import Jun 8, 2020
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

1 participant