Summarize the issue and your environments (e.g., "Cannot compile on Ubuntu 20.04 with OpenBLAS")
- 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](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [x] I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch).
### Steps to reproduce the issue
### using Google Colab environment --have followed getting started using
open3d
Version: 0.19.0
numpy
Version: 2.2.6
pip
Version: 24.1.2
when attempt to import open3d get error:
`--------------------------------------------------------------------------
ImportError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
----> 1 import open3d as o3d
18 frames
[/usr/local/lib/python3.11/dist-packages/numpy/_core/strings.py](https://localhost:8080/#) in
12 from numpy._core.multiarray import _vec_string
13 from numpy._core.overrides import set_module
---> 14 from numpy._core.umath import (
15 isalpha,
16 isdigit,
ImportError: cannot import name '_center' from 'numpy._core.umath' (/usr/local/lib/python3.11/dist-packages/numpy/_core/umath.py)
`
### Error message
```shell
ImportError Traceback (most recent call last)
in ()
----> 1 import open3d as o3d
18 frames
/usr/local/lib/python3.11/dist-packages/numpy/_core/strings.py in
12 from numpy._core.multiarray import _vec_string
13 from numpy._core.overrides import set_module
---> 14 from numpy._core.umath import (
15 isalpha,
16 isdigit,
ImportError: cannot import name '_center' from 'numpy._core.umath' (/usr/local/lib/python3.11/dist-packages/numpy/_core/umath.py)
```
### Open3D, Python and System information
```markdown
- Google Colab with CPU
- Python version: Python 3.11
- Open3D version: output from python: 0.19
- System architecture: Google Colab -CPU?
- Is this a remote workstation?: yes
- How did you install Open3D?: pip
- Compiler version (if built from source): NA
```
### Additional information
I have tried to do older version combinations with open3D and numpy and that does not work either. I do not know how to solve this issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.