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

OSError: /usr/lib/libgdal.so.20: undefined symbol: sqlite3_column_table_name #4

Open
zero-end opened this issue Mar 3, 2021 · 1 comment

Comments

@zero-end
Copy link

zero-end commented Mar 3, 2021

It‘s OK When I run cpp_example.cpp,but there is problem when run py_example.py
Taceback (most recent call last):
File "py_example.py", line 14, in
import patch_match
File "../patch_match.py", line 47, in
PMLIB = ctypes.CDLL(osp.join(osp.dirname(file), 'libpatchmatch.so'),mode=1)
File "/home/huyj/anaconda3/envs/pytorch/lib/python3.6/ctypes/init.py", line 348, in init
self._handle = _dlopen(self._name, mode)

@vacancy
Copy link
Owner

vacancy commented Oct 30, 2022

Sorry for slow responding. Can I see the results for

ldd libpatchmatch.so

?

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