Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Pandas dependency error on google colab. #250

@bosd

Description

@bosd

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:

  1. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions