-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Request to add Python 3.11 support? #5620
Comments
The upgrade to Python 3.10 was blocked by Tensorflow and Pytorch. I don't know whether other dependencies will block Open3D but here are links to the Python 3.11 issues on those two : Tensorflow: tensorflow/tensorflow#58032 |
This comment was marked as outdated.
This comment was marked as outdated.
Good catch! updated... |
https://pypi.org/project/torch/1.13.1/#files There's official pytoch1.31 on Linux python3.11 |
any update? thanks! |
I'm not a maintainer, but I presume still waiting for upstream dependencies to add support for 3.11. |
Update 2Both PyTorch and Tensorflow now have stable releases with 3.11 support. 🎉 |
Any updates? |
Chiming in with a request for updates, specifically at ETA for an official pypi release that supports 3.11. (Note that I am most definitely not complaining: many heartfelt kudos for the Open3D maintainers from my side!!) But. Now that many of the CI/CD hosts (specifically GitHub Actions from Mac) have progressed to Python 3.11, and And it's only half a year since I removed all the cruft in my build scripts because Python 3.10 wasn't supported by open3d.... |
Some notes from my attempted upgrades of TF (no CUDA)
The biggest issue I saw is that the new tensorflow would now require Given above it's possible to proceed with an upgrade, but it'd take some quite the amount work/effort. |
|
is there a working pip pkg for linux with python 3.11 and if yes where can I get it? |
@Rheinwalt No, Open3D doesn't support Python 3.11 yet. @ssheorey self assigned and all the needed dependencies support 3.11, but Open3D itself needs updates to support it. |
I've locally updated to pybind11 v2.11.1 and it compiles locally. |
Really need it, please. |
3.11 wheels have been published with 0.18: |
Great Job! |
Checklist
master
branch).Proposed new feature or change
It might be much faster with the support of Python 3.11.
References
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: