Skip to content

Time Series: Incompatibility between Google Colab and pandas 2 #478

Closed
@wierdvanderhaar

Description

@wierdvanderhaar

When running timeseries-queries-and-visualization.ipynb in Colab you get the following error when installing the needed pip packages.

!pip install --upgrade kaleido 'pandas>=2' plotly sqlalchemy-cratedb
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.4.1 requires pandas<2.2.2dev0,>=2.0, but you have pandas 2.2.2 which is incompatible.
google-colab 1.0.0 requires pandas==2.0.3, but you have pandas 2.2.2 which is incompatible.

This can be fixed by running:

!pip install --upgrade kaleido 'pandas==2.0.3' plotly sqlalchemy-cratedb

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