pynvvl
pynvvl copied to clipboard
version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference
Hi,
Thanks for providing this python wrapper for nvvl.
When I am trying to import pynvvl in python, I am facing the following error:
File "
Any thoughts about this issue?
Thank you
Could you provide the information about your environment as precisely as possible? And how did you install pynvvl?
I am installing pynvvl using pip install pynvvl-cuda80 .
System: Ubuntu 14.04 LTS Nvidia drivers : 384.130 CUDA: 8.0 gcc: 4.8.5 Python 2.7.6 libstdc++6 installed
I've tried with different gcc versions but without any results.
Could you provide a Dockerfile to reproduce the error? Actually Ubuntu 14.04 is not included in the tested environment as I wrote in the README. Did you try GCC 5.4.0?
According to https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html
GCC 4.8.0: libstdc++.so.6.0.18 GCC 4.8.3: libstdc++.so.6.0.19 GCC 4.9.0: libstdc++.so.6.0.20 GCC 5.1.0: libstdc++.so.6.0.21 GCC 6.1.0: libstdc++.so.6.0.22
So at least gcc 5.1.0 is required.