crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

Dependencies: Use `dask[dataframe]` for testing #613

Closed amotl closed 5 months ago

amotl commented 5 months ago

Problem

ImportError: Dask dataframe requirements are not installed.

Please either conda or pip install as follows:

  conda install dask                     # either conda install
  python -m pip install "dask[dataframe]" --upgrade  # or python -m pip install

-- https://github.com/crate/crate-python/actions/runs/8384462414/job/22961820586#step:4:702

References