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

allow py 3.9 and 3.10 in setup.py #2

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

ArthurKantor
Copy link

No description provided.

@brandenkmurray
Copy link
Collaborator

brandenkmurray commented Jun 5, 2023

The remaining failures on the Ubuntu test are due to:

  1. No ghostscript installed -- we don't need/want it
  2. No pdftopng installed -- we don't need it
  3. poppler not installed -- It's installed in the argus environment so there shouldn't be any issues there.
2023-06-05T17:45:24.2280720Z FAILED tests/test_cli.py::test_cli_lattice - AssertionError: assert 1 == 0
2023-06-05T17:45:24.2281084Z  +  where 1 = <Result PDFInfoNotInstalledError('Unable to get page count. Is poppler installed and in PATH?')>.exit_code
2023-06-05T17:45:24.2281374Z FAILED tests/test_cli.py::test_cli_output_format - AssertionError: Output: Found 1 tables
2023-06-05T17:45:24.2281450Z   
2023-06-05T17:45:24.2281534Z assert 1 == 0
2023-06-05T17:45:24.2281855Z  +  where 1 = <Result TypeError("NDFrame.to_excel() got an unexpected keyword argument 'encoding'")>.exit_code
2023-06-05T17:45:24.2282334Z FAILED tests/test_common.py::test_parsing_report - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2282740Z FAILED tests/test_common.py::test_repr_poppler - OSError: pdftopng is not installed. You can install it using the 'pip install pdftopng' command.
2023-06-05T17:45:24.2283059Z FAILED tests/test_common.py::test_repr_ghostscript - ModuleNotFoundError: No module named 'ghostscript'
2023-06-05T17:45:24.2283518Z FAILED tests/test_common.py::test_url_poppler - OSError: pdftopng is not installed. You can install it using the 'pip install pdftopng' command.
2023-06-05T17:45:24.2283845Z FAILED tests/test_common.py::test_url_ghostscript - ModuleNotFoundError: No module named 'ghostscript'
2023-06-05T17:45:24.2284249Z FAILED tests/test_common.py::test_pages_poppler - OSError: pdftopng is not installed. You can install it using the 'pip install pdftopng' command.
2023-06-05T17:45:24.2284576Z FAILED tests/test_common.py::test_pages_ghostscript - ModuleNotFoundError: No module named 'ghostscript'
2023-06-05T17:45:24.2285083Z FAILED tests/test_errors.py::test_no_tables_found_logs_suppressed - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2285612Z FAILED tests/test_errors.py::test_lattice_ghostscript_deprecation_warning - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2286134Z FAILED tests/test_lattice.py::test_lattice - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2286625Z FAILED tests/test_lattice.py::test_lattice_table_rotated - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2287458Z FAILED tests/test_lattice.py::test_lattice_two_tables - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2287954Z FAILED tests/test_lattice.py::test_lattice_table_regions - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2288418Z FAILED tests/test_lattice.py::test_lattice_table_areas - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2288913Z FAILED tests/test_lattice.py::test_lattice_process_background - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2289535Z FAILED tests/test_lattice.py::test_lattice_copy_text - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2290020Z FAILED tests/test_lattice.py::test_lattice_shift_text - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2290489Z FAILED tests/test_lattice.py::test_lattice_arabic - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2290951Z FAILED tests/test_plotting.py::test_text_plot - pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
2023-06-05T17:45:24.2291396Z FAILED tests/test_plotting.py::test_lattice_contour_plot_poppler - OSError: pdftopng is not installed. You can install it using the 'pip install pdftopng' command.
2023-06-05T17:45:24.2291767Z FAILED tests/test_plotting.py::test_lattice_contour_plot_ghostscript - ModuleNotFoundError: No module named 'ghostscript'
2023-06-05T17:45:24.2292185Z FAILED tests/test_plotting.py::test_line_plot_poppler - OSError: pdftopng is not installed. You can install it using the 'pip install pdftopng' command.
2023-06-05T17:45:24.2292530Z FAILED tests/test_plotting.py::test_line_plot_ghostscript - ModuleNotFoundError: No module named 'ghostscript'
2023-06-05T17:45:24.2292944Z FAILED tests/test_plotting.py::test_joint_plot_poppler - OSError: pdftopng is not installed. You can install it using the 'pip install pdftopng' command.
2023-06-05T17:45:24.2293288Z FAILED tests/test_plotting.py::test_joint_plot_ghostscript - ModuleNotFoundError: No module named 'ghostscript'
2023-06-05T17:45:24.2293686Z FAILED tests/test_plotting.py::test_grid_plot_poppler - OSError: pdftopng is not installed. You can install it using the 'pip install pdftopng' command.
2023-06-05T17:45:24.2294093Z FAILED tests/test_plotting.py::test_grid_plot_ghostscript - ModuleNotFoundError: No module named 'ghostscript'
2023-06-05T17:45:24.2294250Z ============ 29 failed, 39 passed, 8 warnings in 444.07s (0:07:24) =============

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

Successfully merging this pull request may close these issues.

2 participants