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

Modin and Python 3.12 #7098

Closed
YuriyTigiev opened this issue Mar 17, 2024 · 6 comments
Closed

Modin and Python 3.12 #7098

YuriyTigiev opened this issue Mar 17, 2024 · 6 comments
Labels
question ❓ Questions about Modin

Comments

@YuriyTigiev
Copy link

Hello,

Is Modin compaitable with pytho 3.12?

@YuriyTigiev YuriyTigiev added question ❓ Questions about Modin Triage 🩹 Issues that need triage labels Mar 17, 2024
@YarShev
Copy link
Collaborator

YarShev commented Mar 18, 2024

Hi @YuriyTigiev, thank you for this question! Modin should be available for python 3.12 with Dask and MPI engines. modin[dask] or modin[mpi] for installing from PyPI, modin-dask or modin-mpi for installing from conda-forge.

@YarShev
Copy link
Collaborator

YarShev commented Mar 18, 2024

@YuriyTigiev, just rechecked Modin builds in conda-forge. We don't have builds for python 3.12 yet there. You can only install modin[dask] or modin[mpi] with python 3.12 from PyPI. For Modin builds with python 3.12 in conda-forge we would have to update the feedstock.

@anmyachev anmyachev removed the Triage 🩹 Issues that need triage label Mar 26, 2024
@rootsmusic
Copy link

rootsmusic commented Jun 1, 2024

pandas will be supporting Python 3.13.

@YarShev
Copy link
Collaborator

YarShev commented Jun 10, 2024

@rootsmusic, thanks for letting us know this! When pandas starts supporting python 3.13, we should also try to support it. However, as long as a Modin engine (Ray, Dask or MPI) doesn't have support for python 3.13, we will not be able to support that python version. You can see such an issue with Ray engine and python 3.12.

@anmyachev
Copy link
Collaborator

FYI: it looks like Ray will soon be released with Python 3.12 support: ray-project/ray#40211 (comment)

@anmyachev
Copy link
Collaborator

@YuriyTigiev, just rechecked Modin builds in conda-forge. We don't have builds for python 3.12 yet there. You can only install modin[dask] or modin[mpi] with python 3.12 from PyPI. For Modin builds with python 3.12 in conda-forge we would have to update the feedstock.

Feedstock is updated. Installation for py3.12 from conda-forge should works (at least for dask and mpi).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ Questions about Modin
Projects
None yet
Development

No branches or pull requests

4 participants