limap icon indicating copy to clipboard operation
limap copied to clipboard

undefined symbol: _ZTVN5ceres26QuaternionParameterizationE

Open GISerCHAO opened this issue 10 months ago • 2 comments

Ubuntu 22.04.1 Anaconda 4.13.0 CUDA 11.8 Python 3.9 PyTorch 2.0.0+cu118

When I use the following command import limap, the following error occurs. Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/hc/github/limap/limap/__init__.py", line 3, in <module> from _limap import * ImportError: /home/hc/github/limap/_limap.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZTVN5ceres26QuaternionParameterizationE I have tried installing it outside of the Anaconda environment, but the same error occurs. Can anyone tell me what the problem is? I would be very grateful!

GISerCHAO avatar Apr 05 '24 08:04 GISerCHAO