#🔒 Need help installing open3d-ml (help me I'm a big nooby).

5 messages · Page 1 of 1 (latest)

cedar pecan
#

I followed the install instructions by doing pip install open3d and I installed pytorch as specified in the github. When i try importing it, it gives me this error (picture 1). Does this mean that open3d-ml is not in the pip install open3d? Also does this mean I have to make an open3d build myself?
Error:

Exception Traceback (most recent call last)
Cell In[1], line 1
----> 1 import open3d.ml.torch

File ~\anaconda3\envs\open3d-ml_test\lib\site-packages\open3d\ml\torch_init_.py:15
12 from open3d import _build_config
14 if not _build_config["Pytorch_VERSION"]:
---> 15 raise Exception('Open3D was not built with PyTorch support!')
16 _o3d_torch_version = _verp(_build_config["Pytorch_VERSION"])
17 # Check match with PyTorch version, any patch level is OK

Exception: Open3D was not built with PyTorch support!

broken sonnetBOT
#

@cedar pecan

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

fringe marten
#

got the same problem

broken sonnetBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.