- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.4k
Closed
Labels
installationInstallation questions or issuesInstallation questions or issues
Description
Hi, all,
I got the following import error:
>>> import torch
>>> import pytorch3d
>>> from pytorch3d import _C
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /home/code/.conda/envs/conda_venv/lib/python3.7/site-packages/pytorch3d/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c106Symbol14fromQualStringERKSs
And my config is pytorch=1.4.0, torchvision=0.5.0, cudatoolkit=10.0
I install pytorch3d by pip install pytorch3d as INSTALL.md
I tried method in  #33 but doesn't work. Any hints to help?
THANKS
NagabhushanSN95, DSLituiev and LeeKeyu
Metadata
Metadata
Assignees
Labels
installationInstallation questions or issuesInstallation questions or issues