arw2019 commented on pull request #9113: URL: https://github.com/apache/arrow/pull/9113#issuecomment-756236583
dask-master still failing but for a different reason (looks pandas related) ``` / Traceback (most recent call last): File "/opt/conda/envs/arrow/lib/python3.8/site-packages/dask/dataframe/__init__.py", line 2, in <module> from .core import ( File "/opt/conda/envs/arrow/lib/python3.8/site-packages/dask/dataframe/core.py", line 10, in <module> import pandas as pd File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pandas/__init__.py", line 55, in <module> from pandas.core.api import ( File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pandas/core/api.py", line 5, in <module> from pandas.core.arrays.integer import ( File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pandas/core/arrays/__init__.py", line 13, in <module> from .sparse import SparseArray # noqa: F401 File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pandas/core/arrays/sparse/__init__.py", line 3, in <module> from pandas.core.arrays.sparse.accessor import SparseAccessor, SparseFrameAccessor File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pandas/core/arrays/sparse/accessor.py", line 10, in <module> from pandas.core.arrays.sparse.array import SparseArray File "/opt/conda/envs/arrow/lib/python3.8/site-packages/pandas/core/arrays/sparse/array.py", line 20, in <module> from pandas.core.dtypes.cast import ( ImportError: cannot import name 'maybe_box_datetimelike' from 'pandas.core.dtypes.cast' (/opt/conda/envs/arrow/lib/python3.8/site-packages/pandas/core/dtypes/cast.py) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/conda/envs/arrow/lib/python3.8/site-packages/dask/dataframe/__init__.py", line 57, in <module> raise ImportError(msg) from e 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 Error: `docker-compose --file /home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=2.1.0.dev543 conda-python-dask` exited with a non-zero exit code 1, see the process log above. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org