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)