isl-org / isl-org/Open3D

ImportError: DLL load failed while importing pybind: A dynamic link library (DLL) initialization routine failed.

Open
#4,468 14 comments 0 reactions 0 assignees View on GitHub
build/install windows
Dominant language
C++
Stars
14k
Forks
2.6k
Avg merge
5d 18h
Merged PRs (30d)
6

Description

```
D:\>pip install --user --pre https://storage.googleapis.com/open3d-releases-master/python-wheels/open3d-0.14.1+da463fb-cp39-cp39-win_amd64.whl

D:\>python -c "import open3d as o3d; print(o3d)"
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\vlada\AppData\Roaming\Python\Python39\site-packages\open3d\__init__.py", line 90, in
from open3d.cpu.pybind import (camera, geometry, io, pipelines, utility, t)
ImportError: DLL load failed while importing pybind: A dynamic link library (DLL) initialization routine failed.

D:\>pip install open3d==0.14.1

D:\>python -c "import open3d as o3d; print(o3d)"
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\vlada\AppData\Roaming\Python\Python39\site-packages\open3d\__init__.py", line 90, in
from open3d.cpu.pybind import (camera, geometry, io, pipelines, utility, t)
ImportError: DLL load failed while importing pybind: A dynamic link library (DLL) initialization routine failed.
```

- Operating system: Windows 10 64-bit
- Python version: Python 3.9.9
- Open3D version: 0.14.1
- Is this remote workstation?: no
- How did you install Open3D?: pip

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.