-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
In a fresh virtualenv (python 3.12.5),
> pip install condastats
[...]
Installing collected packages: pytz, wrapt, urllib3, tzdata, toolz, six, pyyaml, packaging, numpy, multidict, locket, jmespath,
idna, fsspec, frozenlist, cramjam, cloudpickle, click, attrs, aioitertools, aiohappyeyeballs, yarl, python-snappy, python-
dateutil, pyarrow, partd, aiosignal, pandas, dask, botocore, aiohttp, dask-expr, aiobotocore, s3fs, condastats
Successfully installed aiobotocore-2.14.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aioitertools-0.12.0 aiosignal-1.3.1
attrs-24.2.0 botocore-1.35.7 click-8.1.7 cloudpickle-3.0.0 condastats-0.2.1 cramjam-2.8.3 dask-2024.8.2 dask-expr-1.1.13
frozenlist-1.4.1 fsspec-2024.9.0 idna-3.8 jmespath-1.0.1 locket-1.0.0 multidict-6.0.5 numpy-2.1.1 packaging-24.1
pandas-2.2.2 partd-1.4.2 pyarrow-17.0.0 python-dateutil-2.9.0.post0 python-snappy-0.7.3 pytz-2024.1 pyyaml-6.0.2
s3fs-2024.9.0 six-1.16.0 toolz-0.12.1 tzdata-2024.1 urllib3-2.2.2 wrapt-1.16.0 yarl-1.9.11
> condatats overall numpy --monthly
[...]
raise exc from e
ValueError: An error occurred while calling the read_parquet method registered to the pandas backend.
Original Message: ArrowStringArray requires a PyArrow (chunked) array of large_string type
Downgrade pandas<2.0.0
(it worked once) and / or numpy<2.0.0
change the error message but still does not work...
???
Thanks !
Metadata
Metadata
Assignees
Labels
No labels