macOS - Menu bar not working with Python 3.9.2
- 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).
### Describe the issue
Menubar not working with python 3.9.2, can't click on menu, but working on 3.9.12
### Steps to reproduce the bug
```python
python3.9.2 -m venv venv --system-site-packages
source venv/bin/activate
pip install open3d==0.15.1
curl https://raw.githubusercontent.com/isl-org/Open3D/master/examples/python/visualization/vis_gui.py -o vis_gui.py
python vis_gui.py
```
### Error message
_No response_
### Expected behavior
_No response_
### Open3D, Python and System information
```markdown
- Operating system: macOS 10.15.7
- Python version: Python 3.9.2 + 3.9.12
`3.9.2 (default, Feb 26 2021, 12:44:34)
[Clang 10.0.0 (clang-1000.10.44.4)]`
`3.9.12 (v3.9.12:b28265d7e6, Mar 23 2022, 18:17:11)
[Clang 6.0 (clang-600.0.57)]`
- Open3D version: output from python: `0.15.1`
- 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.