Skip to content

Import error #161

@zyuanbing

Description

@zyuanbing

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

Metadata

Metadata

Assignees

Labels

installationInstallation questions or issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions