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
Hi, I am not the maintainer of the Python package so I am not sure what could be problematic. The library itself prefers static link, but should be able to dynamic link it. Also, we do support build with Bazel if that is easier for you. Alternatively, check https://github.com/liuliu/ccv/tree/unstable/.github/workflows to see if there are some missing dependencies (it should work without any dependency, but open image file or GEMM requires external dependencies).
Hi,
I am using ccvwrapper from https://zablo.net/blog/post/stroke-width-transform-swt-python/index.html.
When i tried clang to make .so file on ccvwrapper it is missing required symbols.
I tried using steps mentioned https://pypi.org/project/ccv/ , but the patching is not working.
Can anyone assist me creating wrapper on ccv .
Thanks,
Arun.
The text was updated successfully, but these errors were encountered: