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

A library that conflicts with the use of protobuf in vcpkg #927

Open
hhxdestiny opened this issue Oct 31, 2023 · 1 comment
Open

A library that conflicts with the use of protobuf in vcpkg #927

hhxdestiny opened this issue Oct 31, 2023 · 1 comment

Comments

@hhxdestiny
Copy link

Excuse me, I use VCPKG to manage my dependencies, OpenVino inference model, and SentencePiece for preprocessing and post-processing. However, OpenVino relies on protobuf, and SentencePiece encodes protobuf lite in the library. If these two libraries are used together for medical purposes, protobuf conflicts may arise. How can I elegantly solve this problem?

vcpkg env:

vcpkg install sentencepiece:x64-windows-static
vcpkg install openvino:x64-windows-static
@hhxdestiny
Copy link
Author

After I submitted an issue to VCPKG to update the sentencePiece, the problem was resolved. May this happen to depend on the same version of protobuf?

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

1 participant