We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
pandas<2.0.0
numpy<2.0.0
???
Thanks !
The text was updated successfully, but these errors were encountered:
We've had a handover of the project and getting it back into shape at the moment.
Sorry, something went wrong.
No branches or pull requests
In a fresh virtualenv (python 3.12.5),
Downgrade
pandas<2.0.0
(it worked once) and / ornumpy<2.0.0
change the error message but still does not work...???
Thanks !
The text was updated successfully, but these errors were encountered: