You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
TomTJarosz
changed the title
pdfminer3k Issue breaks pip install/ minecart imiport
pdfminer3k Issue breaks pip install/ minecart import
Jun 8, 2020
pdfminer3k
was removed from Pip a few days ago. This completely brokepip install minecart
, aspdfminer3k
is a dependency ofminecart
. Since then, a different user seems to have published a new pip package under the namepdfminer3k
(Oldpdfminer3k
repo: https://github.com/jaepil/pdfminer3k vs newpdfminer3k
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, importingminecart
will fail unless you manually installply
into your environment. I have created a PR to usepdfminer
forminecart
(as apposed to pdfminer3k), which should resolve this issue: #33The text was updated successfully, but these errors were encountered: