在使用mediapipe 这个库的时候,首次使用出现 `GLIBCXX_3.4.29’ not found 错误,
看起来是安装mediapipe 的时候自动升级了 matplotlib 这个库,导致依赖的 libstd++.so 版本不满足了,GLIBCXX_3.4.29 is an object from libstdc++.so.6.0.29 . 需要 g++11才支持。文章来源:https://www.toymoban.com/news/detail-657617.html
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
显示支持的 GLIBCXX版本,下面是升级后的
解决办法文章来源地址https://www.toymoban.com/news/detail-657617.html
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt install -y g++-11
到了这里,关于[bug] 记录version `GLIBCXX_3.4.29‘ not found 解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!