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
File "D:/PyCharm/pointCloud/main.py", line 9, in
import open3d.ml.torch as ml3d # or open3d.ml.tf as ml3d
File "C:\Users\Lenovo.conda\envs\open3d\lib\site-packages\open3d\ml\torch_init_.py", line 96, in
raise load_except
File "C:\Users\Lenovo.conda\envs\open3d\lib\site-packages\open3d\ml\torch_init.py", line 84, in
_torch.ops.load_library(lp)
File "C:\Users\Lenovo.conda\envs\open3d\lib\site-packages\torch_ops.py", line 643, in load_library
ctypes.CDLL(path)
File "C:\Users\Lenovo.conda\envs\open3d\lib\ctypes_init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'C:\Users\Lenovo.conda\envs\open3d\Lib\site-packages\open3d\cpu\open3d_torch_ops.dll' (or one of its dependencies). Try using the full path with constructor syntax.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
File "D:/PyCharm/pointCloud/main.py", line 9, in
import open3d.ml.torch as ml3d # or open3d.ml.tf as ml3d
File "C:\Users\Lenovo.conda\envs\open3d\lib\site-packages\open3d\ml\torch_init_.py", line 96, in
raise load_except
File "C:\Users\Lenovo.conda\envs\open3d\lib\site-packages\open3d\ml\torch_init.py", line 84, in
_torch.ops.load_library(lp)
File "C:\Users\Lenovo.conda\envs\open3d\lib\site-packages\torch_ops.py", line 643, in load_library
ctypes.CDLL(path)
File "C:\Users\Lenovo.conda\envs\open3d\lib\ctypes_init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'C:\Users\Lenovo.conda\envs\open3d\Lib\site-packages\open3d\cpu\open3d_torch_ops.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Beta Was this translation helpful? Give feedback.
All reactions