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
ImportError: cannot import name 'DefaultParquetMetadataProvider' from 'ray.data.datasource.file_meta_provider'
module has been restructured in new ray version: ray-project/ray@e116c5a
use pandas with modin on ray import modin.pandas as pd import ray ...
No ImportError
No response
Linux Ubuntu
3.9
3.8.0
The text was updated successfully, but these errors were encountered:
#2870 addresses this and will be available in the next release. In the meantime we recommend pinning Ray to <2.30
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
ImportError: cannot import name 'DefaultParquetMetadataProvider' from 'ray.data.datasource.file_meta_provider'
module has been restructured in new ray version:
ray-project/ray@e116c5a
How to Reproduce
Expected behavior
No ImportError
Your project
No response
Screenshots
No response
OS
Linux Ubuntu
Python version
3.9
AWS SDK for pandas version
3.8.0
Additional context
No response
The text was updated successfully, but these errors were encountered: