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
master
branch).
Steps to reproduce the issue
I am working in a conda environment using python 3.10.12 on Ubuntu 22.04. When I run pip install open3d
I get an error (as shown below). I have tested installing other packages from PyPi and they have all worked so far. I have tried installing using several different networks, several different pip indices, and I even tried running it on two separate windows machines which reported the same error.
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: Ubuntu 20.04
- Python version: Python 3.10
- Open3D version: any >= 0.13.0
- System architecture: x86
- Is this a remote workstation?: yes
- How did you install Open3D?: pip
Additional information
No response