jstockwin / py-pdf-parser

A Python tool to help extracting information from structured PDFs.
https://py-pdf-parser.readthedocs.io/en/latest/
MIT License
383 stars 43 forks source link

Does not install on Python 3.11+ #381

Open atompkins opened 9 months ago

atompkins commented 9 months ago

pyvoronoi is pinned to 1.0.7 which is incompatible with Python 3.11 and upwards. https://github.com/fabanc/pyvoronoi/issues/22#issuecomment-1809156090

my suggestion is to upgrade the deps or include a maximum Python version of 3.10.x in the docs.

owf684 commented 2 months ago

some one must have fixed pyvoronoi support for 3.11. I'm was able to successfully install it and am currently running py_pdf in 3.11