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
The latest pandas 1.3.0 (July 2, 2021) fails with latest eland
eland = "==7.13.0b1" pandas = "==1.3.0"
While importing eland: ImportError: cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic'
ImportError: cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic'
(Former pandas 1.2.5 works fine here.)
1.2.5
The text was updated successfully, but these errors were encountered:
Thanks for opening this! Yeah, pandas keeps changing things under our feet :)
If you'd like to contribute support for Pandas 1.3 we'd gladly review and accept such a change!
Sorry, something went wrong.
Closed in #362
No branches or pull requests
The latest pandas 1.3.0 (July 2, 2021) fails with latest eland
While importing eland:
ImportError: cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic'
(Former pandas
1.2.5
works fine here.)The text was updated successfully, but these errors were encountered: