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
apple@AppledeMBP monstache % monstache -f ./etc/config.toml -mapper-plugin-path ./etc/monstache-plugin.so
ERROR 2024/10/07 10:55:22 Unable to load mapper plugin ./etc/monstache-plugin.so: plugin.Open("./etc/monstache-plugin"): plugin was built with a different version of package golang.org/x/text/transform
apple@AppledeMBP monstache % monstache -f ./etc/config.toml -mapper-plugin-path ./etc/monstache-plugin.so
ERROR 2024/10/07 10:55:22 Unable to load mapper plugin ./etc/monstache-plugin.so: plugin.Open("./etc/monstache-plugin"): plugin was built with a different version of package golang.org/x/text/transform
这是我在macos中启动的。monstache-plugin.so是基于plugin.go通过make编译出来的,monstache安装的是v6.7.17版本。
The text was updated successfully, but these errors were encountered: