I had some problems running a project using the beanpiece:
java.lang.UnsatisfiedLinkError: /tmp/libsentencepiece820278351167742621.so: libprotobuf.so.10: cannot open shared object file: No such file or directory
This missing file (libprotobuf.so.10) can be corrected by installing the protobuf-cpp-3.0.0, maybe in some new versions but not with the 3.6.1 available for my OS (Fedora 30).
I think that this dependecy should be on the readme or the project use the agnostic free lib libprotobuf.so.
I had some problems running a project using the beanpiece:
java.lang.UnsatisfiedLinkError: /tmp/libsentencepiece820278351167742621.so: libprotobuf.so.10: cannot open shared object file: No such file or directoryThis missing file (libprotobuf.so.10) can be corrected by installing the protobuf-cpp-3.0.0, maybe in some new versions but not with the 3.6.1 available for my OS (Fedora 30).
I think that this dependecy should be on the readme or the project use the agnostic free lib libprotobuf.so.