Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help in creating libccv.so #236

Open
nannuarun opened this issue Jan 3, 2023 · 1 comment
Open

Need help in creating libccv.so #236

nannuarun opened this issue Jan 3, 2023 · 1 comment

Comments

@nannuarun
Copy link

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.

@liuliu
Copy link
Owner

liuliu commented Jan 6, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants