This repository was archived by the owner on Apr 11, 2025. It is now read-only.
forked from camelot-dev/camelot
- Notifications
You must be signed in to change notification settings - Fork 17
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
Pandas dependency error on google colab. #250
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the latest source on google colab a version dependency conflict/error occurs on pandas.
Installing collected packages: pypdf, pandas, pdfminer-six, pypdf_table_extraction Attempting uninstall: pandas Found existing installation: pandas 2.2.2 Uninstalling pandas-2.2.2: Successfully uninstalled pandas-2.2.2 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. cudf-cu12 24.10.1 requires pandas<2.2.3dev0,>=2.0, but you have pandas 1.5.3 which is incompatible. google-colab 1.0.0 requires pandas==2.2.2, but you have pandas 1.5.3 which is incompatible. mizani 0.13.0 requires pandas>=2.2.0, but you have pandas 1.5.3 which is incompatible. plotnine 0.14.0 requires pandas>=2.2.0, but you have pandas 1.5.3 which is incompatible. xarray 2024.10.0 requires pandas>=2.1, but you have pandas 1.5.3 which is incompatible. Successfully installed pandas-1.5.3 pdfminer-six-20240706 pypdf-3.17.4 pypdf_table_extraction-0.0.2 Steps to reproduce the bug
Steps to be used to reproduce behavior:
- Create a notebook which downloads the code from the repo and installs it.
Expected behavior
No version conflicts
Environment
- Google colab 1.0
- Python version: 3.10
- pypdf_table_extraction version: latest
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working