-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Checklist
- I have searched for similar issues.
- For Python issues, I have tested with the latest development wheel.
- I have checked the release documentation and the latest documentation (for
mainbranch).
Steps to reproduce the issue
Readme claims: Pre-built pip packages support Ubuntu 20.04+, macOS 10.15+ and Windows 10+ (64-bit) with Python 3.10-3.14.
I tried pip install open3d on x86 Ubuntu 24.04 with Python 3.14 and 3.13 and got:
ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3d
It installs fine with Python 3.12, though.
Error message
(.venv) paul@desktop:~/st-vision$ pip install open3d
ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3dOpen3D, Python and System information
- Operating system: Ubuntu 24.04
- Python version: Python 3.14
- Open3D version: output from python: `print(open3d.__version__)`
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): gcc 7.5 / clang 7.0Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels