You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduced `winmode=0` for loading DLLs during import:
#5259
This however leads to directories added via `os.add_dll_directory` not
being considered, when loading DLLs (see
#7104 (comment)).
In particular this leads to open3d/tbb12.dll not being found.
Fix this by going back to the default DLL-search mode (`winmode=None`).
In order to still be able to find CUDA-DLLs, that are not part of the
open3d-package, search their directory in PATH and explicitly add it to
the DLL-search-locations for CUDA-builds.
0 commit comments