On IBM DSX, I have a spark service instance on which I have installed a few newer versions of packages such as numpy
.
I am facing an issue with the import of numpy
.
The following code:
import numpy
raises this error message:
ImportError: /gpfs/fs01/user/USERID/.local/lib/python2.7/site-packages/numpy/core/multiarray.so: undefined symbol: PyUnicodeUCS2_AsUTF8String
The import used to work.