Skip to content
New issue

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

Incompatibility with Ray 2.31 dependency #2878

Closed
frosk1 opened this issue Jun 28, 2024 · 1 comment · Fixed by #2870
Closed

Incompatibility with Ray 2.31 dependency #2878

frosk1 opened this issue Jun 28, 2024 · 1 comment · Fixed by #2870
Labels
bug Something isn't working

Comments

@frosk1
Copy link

frosk1 commented Jun 28, 2024

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

use pandas with modin on ray

import modin.pandas as pd
import ray
...

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

@frosk1 frosk1 added the bug Something isn't working label Jun 28, 2024
@jaidisido
Copy link
Contributor

#2870 addresses this and will be available in the next release. In the meantime we recommend pinning Ray to <2.30

@jaidisido jaidisido linked a pull request Jun 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants