Open3D-ML icon indicating copy to clipboard operation
Open3D-ML copied to clipboard

"Cannot use ml3d on Windows10"—Exception: Open3D was not built with PyTorch support!

Open TIOKOJCB opened this issue 2 years ago • 6 comments

Checklist

Steps to reproduce the issue

I first cloned Open3D-ML by:

git clone https://github.com/isl-org/Open3D-ML.git
cd Open3D-ML

Error message

Traceback (most recent call last):
  File "G:\graduate_design\open3d_code\PointCloudFunction.py", line 4, in <module>
    import open3d.ml.torch as ml3d
  File "D:\Users\hasee\anaconda3\envs\open3d_ML\lib\site-packages\open3d\ml\torch\__init__.py", line 15, in <module>
    raise Exception('Open3D was not built with PyTorch support!')
Exception: Open3D was not built with PyTorch support!

Open3D, Python and System information

- Operating system:  Windows 10 64-bit
- Python version: e.g. Python 3.9
- Open3D version: 0.17
- System type:  arm64
- Is this remote workstation?:  no
- How did you install Open3D?: conda
- Compiler version (if built from source): (e.g. gcc 7.5, clang 7.0)

Additional information

No response

TIOKOJCB avatar Nov 29 '23 08:11 TIOKOJCB

We are happy to accept PRs for Windows support!

In the meantime, please try the Linux version in WSL2.

ssheorey avatar Jan 12 '24 23:01 ssheorey

I also have the same issue when configuring the environment on Windows. Has it been resolved?

MabeTrue avatar Jan 18 '24 12:01 MabeTrue

I also encountered the same problem when configuring Open3D-ML and Pytorch environments in the window system. Does it have a specific solution?

lclsdut avatar Jun 25 '24 01:06 lclsdut