`os.confstr('CS_GNU_LIBC_VERSION')` unavailable
This is used by NumPy to determine whether or not to use a buggy feature of glibc2.12 (on centos7 machines). Our implementation of os.confstr
is very limited, and is based on python2's constants.
This is used by NumPy to determine whether or not to use a buggy feature of glibc2.12 (on centos7 machines). Our implementation of os.confstr
is very limited, and is based on python2's constants.