Skip to content

Pip install fails with Python 3.14 and 3.13 #7427

@pauljurczak

Description

@pauljurczak

Checklist

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 open3d

Open3D, 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.0

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions