krrish94 / chamferdist

Pytorch package to compute Chamfer distance between point sets (pointclouds).
Other
290 stars 50 forks source link

undefined symbol: _ZN3c104cuda14ExchangeDeviceEa #27

Open juanfraherrero opened 3 months ago

juanfraherrero commented 3 months ago

Hi i find this error running in Collab

Collab has cuda 12.2 and also install chamferdist from pip, then install it manually (everything is ok) but when using chamferdist this error happens.

Did someone know what could be?

  File "/usr/local/lib/python3.10/dist-packages/chamferdist/chamfer.py", line 12, in <module>
    from chamferdist import _C
ImportError: /usr/local/lib/python3.10/dist-packages/chamferdist/_C.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3c104cuda14ExchangeDeviceEa

Thanks in advance!