-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support Python 3.12 #6433
Comments
Pytorch 2.2.0 is released with 3.12 wheels |
Tensorflow 2.16.1 has been released with 3.12 wheels |
nice |
@ssheorey Just a friendly heads up that it looks like 3.12 support for Open3D could begin now. |
Would someone like to take a shot at this one? You can use the Python 3.11 support PR as a reference. This should be much simpler, since we don't expect any significant changes in the CI (PyTorch is still sticking to pre_cxx11 abi and Tensorflow is only available at cxx_11 abi). Happy to help once a basic PR is in place. |
Gonna give it a shot based on the referenced Py 3.11 PR. Don't know the codebase but it seems simple enough. |
Ubuntu 24.04 has Python 3.12 by default, so Open3D support for Python 3.12 is nice. |
Seconded. Would be great if we have 3.12 support! |
When will python 3.12 be supported? |
@RunsenXu Follow It is tagged for the next release (0.19 milestone). |
The link for Linux wheel is 404: https://github.com/isl-org/Open3D/releases/download/main-devel/open3d-0.18.0+fcc396e-cp312-cp312-manylinux_2_31_x86_64.whl I find the link from https://www.open3d.org/docs/latest/getting_started.html Also the Linux wheel doesn't showup here: https://github.com/isl-org/Open3D/releases/ in the Devel Package sections. Is it due to a build error? I build the Linux wheel locally and need to disable |
also cant install for windows from the link in the getting started... please just release a inbetween version that supports 3.12 and np2 on pypi... |
Checklist
master
branch).Proposed new feature or change
Support Python 3.12 and upload 3.12 wheels to PyPI for supported platforms.
References
Upstream dependent library tracking issues for 3.12 support
Additional information
Follow on to
The text was updated successfully, but these errors were encountered: