elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
635 stars 98 forks source link

Eland "cannot import name '_c_parser_defaults'" issue #576

Open tlaraMQ opened 1 year ago

tlaraMQ commented 1 year ago

Hi,

I recently installed Eland using the repository instructions $ conda install -c conda-forge eland)

However I get the error cannot import name '_c_parser_defaults' from 'pandas.io.parsers' Previously I had another issue regarding ABCIndex. I modified the eland file referencing the pandas code as stated in this Stackoverflow post; however now I get this new error.

My pandas version is 1.5.3

I'd appreciate any insights, Regards

mrklaney commented 1 year ago

What version of python? What OS are you using (Windows, Mac, Linux, etc), please?

tlaraMQ commented 1 year ago

I'm using python 3.10.9 and Mac