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

libspconv.so protobuf version #233

Open
josh-wende opened this issue Jan 29, 2024 · 3 comments
Open

libspconv.so protobuf version #233

josh-wende opened this issue Jan 29, 2024 · 3 comments

Comments

@josh-wende
Copy link

Hi,

My question is essentially the same as #90, but just changing the protobuf version is not so easy for me.

I am trying to integrate this code into a production environment that already uses a newer version of protobuf (3.19.0) than the one that the library is linked against. Is there any way to use this newer protobuf version, instead of 3.6.1? If not, is there any chance Nvidia might provide versions of the library that could?

Thanks in advance for any help.

@josh-wende
Copy link
Author

josh-wende commented Jan 29, 2024

It is also the case that apt does not have libprotobuf17 in Ubuntu 22.04, it only has libprotobuf23. So it would be very useful to have a version of libspconv.so that supports 22.04.

@hitbuyi
Copy link

hitbuyi commented Apr 30, 2024

I had the same problem, I use protobuf v3.16.0, the compiling was successful, but the program failed during the running time, Is it any possibility to recompile the libspconv.so to adapt to newer version of protobuf?

@josh-wende
Copy link
Author

josh-wende commented Apr 30, 2024

I think even just a static version of the library would suffice, so that all of its dependencies are fully self-contained. Please Nvidia, would be very chill of you.

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