You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: