We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I followed the instructions in install.md to install pytorch3D, but when I did
from pytorch3d import _C
, I encountered a strange error.
ImportError: /.../envs/pytorch3d/lib/python3.8/site-packages/pytorch3d-0.7.8-py3.8-linux-x86_64.egg/pytorch3d/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr9_M_addrefEv
Ubuntu22.04, python 3.8, cuda=12.4, torch=2.1.0 I dont know where i did wrong :( Hope can have your reply.
The text was updated successfully, but these errors were encountered:
I meet the same problem,have you solved it?Thanks.
Sorry, something went wrong.
Is pytorch3d itself working?
_C is a private part of pytorch3d which does not claim to be separately importable. If you specifically need it, did you run import torch first?
_C
import torch
No branches or pull requests
Hi!
I followed the instructions in install.md to install pytorch3D, but when I did
, I encountered a strange error.
Ubuntu22.04, python 3.8, cuda=12.4, torch=2.1.0
I dont know where i did wrong :(
Hope can have your reply.
The text was updated successfully, but these errors were encountered: