Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined symbol: _ZTVN5ceres26QuaternionParameterizationE #73

Open
GISerCHAO opened this issue Apr 5, 2024 · 1 comment
Open

undefined symbol: _ZTVN5ceres26QuaternionParameterizationE #73

GISerCHAO opened this issue Apr 5, 2024 · 1 comment

Comments

@GISerCHAO
Copy link

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!

@RaghavM11
Copy link

The issue is likely due to pytorch. I suggest that you use the torch 1.13 and other versions as highlighted in #11
building using conda is fine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants