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!