Could not find a version that satisfies the requirement open3d, no pip for Python 3.11?
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `master` branch).
### 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
```shell
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
```markdown
- 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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.