/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.29 not found

Posted on November 13, 2023 at 10:26 PM


In stable diffusion, when using scipy module. Sometime an error happens: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.29 not found.

Googling cannot find a solution, install linux cannot fix. The error is caused by scipy version is too high (latest version). After uninstall scipy and install a lower version. The problem solved.