pytorch3d
pytorch3d copied to clipboard
from pytorch3d import _C ImportError: cannot import name '_C' from 'pytorch3d' (unknown location)
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?
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.