On Wed, Oct 30, 2019 at 03:39:12PM -0000, Shivangi Agarwal wrote: > I get: > > # python -c "import pyopencl" > Traceback (most recent call last): > File "<string>", line 1, in <module> > File > "/usr/lib64/python2.7/site-packages/pyopencl-2019.1.1-py2.7-linux-ppc64le.egg/pyopencl/__init__.py", > line 39, in <module> > import pyopencl._cl as _cl > ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found > (required by > /usr/lib64/python2.7/site-packages/pyopencl-2019.1.1-py2.7-linux-ppc64le.egg/pyopencl/_cl.so)
This most likely means there was a soname bump and you still have an old pyopencl or an old glibc. Did you do a full system upgrade/update?? Cheers! -Santiago
signature.asc
Description: PGP signature
_______________________________________________ PyOpenCL mailing list -- pyopencl@tiker.net To unsubscribe send an email to pyopencl-le...@tiker.net