error fix
error fix: pycuda “ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21′ not found”
Background I installed pycuda and was trying to run a file and error like this occured Solution After googling, I found this post saying that this was due to lower version of libstdc++.so.6 originally my /lib64/libstdc++.so.6 was pointing to /lib64/libstdc++.so.6.0.19. But the post suggested to use a version higher. First, Read more…