dmMaze/PyPatchMatchInpaint

warning about dependency links of the macos_libpatchmatch_inpaint.dylib downloaded from Release

Opened this issue · 0 comments

54451 WARNING: Library not found: could not resolve '@rpath/libopencv_world.408.dylib', dependency of '/Users/chenzhiyu/Documents/BallonsTranslator/data/libs/macos_libpatchmatch_inpaint.dylib'.

When using pyinstaller to package the Ballonstranlator macOS application, there is a warning about dependency links. The dependency of the macos_libpatchmatch_inpaint.dylib downloaded from Release is libopencv_world.408.dylib, not macos_libopencv_world.4.8.0.dylib.

I hope it can be fixed. Thank you.
@dmMaze