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
Describe the bug
When try to reproduce this tutorial, I've got an issue with container "engine", running in pod "-gie-standalone-store-", which running from image registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest:
error while loading shared libraries: libgpr.so.10
error while loading shared libraries: libgrpc++.so.1
To Reproduce
Short way
Run docker run --rm registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest vineyeardd
You will see an error: vineyardd: error while loading shared libraries: libgpr.so.10: cannot open shared object file: No such file or directory
Describe the bug
When try to reproduce this tutorial, I've got an issue with container "engine", running in pod "-gie-standalone-store-", which running from image registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest:
To Reproduce
Short way
docker run --rm registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest vineyeardd
vineyardd: error while loading shared libraries: libgpr.so.10: cannot open shared object file: No such file or directory
Way from the tutorial
helm install [YOUR_RELEASE_NAME] gie-standalone
step, runkubectl logs [YOUR_RELEASE_NAME]-gie-standalone-store-0 -n <ns>
vineyardd: error while loading shared libraries: libgpr.so.10: cannot open shared object file: No such file or directory
Expected behavior
No "loading shared libraries" errors occurred
Screenshots
Environment:
Additional context
When I connect to container and update dependencies:
It seems to be fixed this issue
The text was updated successfully, but these errors were encountered: