pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

from pytorch3d import _C ImportError: cannot import name '_C' from 'pytorch3d' (unknown location)

Open tyq996 opened this issue 2 years ago • 1 comments

cuda10.1+python3.8+torch1.8.0 I download the zip file directly to my conda env, but there is no _C for pytorch3d, what's wrong with it?

tyq996 avatar Sep 07 '23 14:09 tyq996

What do you mean "download the zip file"? To install PyTorch, please follow the instructions in INSTALL.md. This will involve official install commands, which will either build a binary _C file or download a package containing one.

bottler avatar Sep 07 '23 15:09 bottler