-
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
PyPi has open3d 0.12 only for Python 3.8 and earlier, not for 3.9 #3065
Comments
(Note that downgrading Python to 3.8 is less and less an option, now that Python 3.9 has been out for 4 months. For example, if you use |
Python 3.9 support is planned soon. This is one blocker: |
Any updates on this yet? |
Tensorflow is planning to support Python 3.9 by the end of April. Open3D should be able to support Python 3.9 after that (i.e. after release 0.13). |
@ssheorey wonderful! (note that for me at least the issue isn't with open3d per se, but with dependency on multiple packages. So now I have a dependency on open3d, which means I have to use Python <= 3.8 and a dependency on another package which requires python 3.9 (for the most recent version, of which I need a specific feature). I'm hoping the Python stable API efforts will come to fruition soon, that should fix most of this.) |
So as of today, although their website doesn't officially say they support Python 3.9, I've just tried installing it on my Python 3.9.5 and it worked. (Windows.) Given this, is Open3D able to support Python 3.9 now? |
We would prefer to wait for the official support, since this likely means they are ironing out the last few bugs. We would encourage you to try building Open3D + Tensorflow with Python 3.9 and let us know if there are any issues. Please use Python 3.9.1 or later due to this undefined behavior issue with Pybind11: |
It seems Python 3.9 is now officially supported for TensorFlow 2.5+. |
Hi, I'm wondering what is the current status of open3d for Python 3.9.x? |
Ubuntu is pushing the upgrade as of Aug 2021 to 21; this comes with Python 3.9. open3d still does not install with pip... |
Blender 2.93 ships with Python 3.9. For simplicity I wanted to
Using development wheels' direct wheels works! |
Python 3.9 development (latest master) Python wheels are available from here: |
when I tried I have downloaded the .whl directly, it works now. Thank you very much! |
Please retry after some time. The website update and wheel uploading may happen at slightly different times. |
@ssheorey I have met the problem. When I use pip to install the download .whl. It shows that install sucessfully. But when i import open3d. it stucks and nothing happens |
any update on python 3.9 windows 10? the equivlent of |
Development Python wheels for all platforms are available here: |
Open3d's pypi releases are now 2 python versions behind and so it can't really be used as a core dependency of any modern code. The blocking Tensorflow issue seems to have been resolved in May, and Tensorflow has been shipping releases with 3.9 support for over a year at this point. The README of this repo says that 3.9 is supported but there are no 3.9 wheels in the last couple of releases. Any chance of them coming soon? |
I still have this issue by the way, on Python 3.9.6 I still get |
The entry for Open3D in pypi states it is compatible with Python 3.8 and earlier.
So if you use
pip install open3d
in Python 3.9 you get an errorCould not find a version that satisfies the requirement open3d
.Is the current version of open3d really incompatible with Python 3.9? If so: any estimate when this could be fixed?
Or possibly this is just an oversight, and someone just forgot to update
setup.py
when Python 3.9 came out...The text was updated successfully, but these errors were encountered: