Open3D
Open3D copied to clipboard
Could not find a version that satisfies the requirement open3d, no pip for Python 3.11?
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
Steps to reproduce the issue
$ pip install open3d ERROR: Could not find a version that satisfies the requirement open3d (from versions: none) ERROR: No matching distribution found for open3d $ pip install --trusted-host www.open3d.org -f http://www.open3d.org/docs/latest/getting_started.html open3d Looking in links: http://www.open3d.org/docs/latest/getting_started.html ERROR: Could not find a version that satisfies the requirement open3d (from versions: devel-darwin-x86_64-0.17.0+a5be78c, devel-linux-x86_64-pre-cxx11-abi-cuda-0.17.0+a5be78c, devel-linux-x86_64-pre-cxx11-abi-0.17.0+a5be78c, devel-linux-x86_64-cxx11-abi-cuda-0.17.0+a5be78c, devel-linux-x86_64-cxx11-abi-0.17.0+a5be78c, devel-windows-amd64-0.17.0+a5be78c-dbg, devel-windows-amd64-0.17.0+a5be78c) ERROR: No matching distribution found for open3d
Error message
ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3d
Open3D, Python and System information
- Operating system: Arch Linux
- Python version: Python 3.11.3
- Open3D version: output from python: `print(open3d.__version__)`
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip
Additional information
No response
See
- #5620
3.11 wheels have been published with 0.18:
- https://github.com/isl-org/Open3D/pull/6288#issuecomment-1878030429
This issue can now be closed.
I have exactly the same issue, could not find a solution following the links by johnthagen, working on Mac M2, python 3.12. Tried a complete clean install to avoid other packages to interfere, but to no reveal, anybody has an idea?
Python 3.12 is not yet supported. Please follow and 👍 this issue:
- #6433
For now, you will need to install Python 3.11 and use that to install Open3D.