PyPatchMatch icon indicating copy to clipboard operation
PyPatchMatch copied to clipboard

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

Open zero-end opened this issue 4 years ago • 1 comments

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)

zero-end avatar Mar 03 '21 08:03 zero-end

Sorry for slow responding. Can I see the results for

ldd libpatchmatch.so

?

vacancy avatar Oct 30 '22 02:10 vacancy