I am trying to run the first example ("MNIST For ML Beginners") from tensorflow tutorial with Python 2.7.10 and getting the following error:
_pywrap_tensorflow.so: undefined symbol: PyUnicodeUCS4_FromStringAndSize
If I rebuild Python with
--enable-unicode=ucs4
I am getting another problem:
multiarray.so: undefined symbol: PyUnicodeUCS2_AsASCIIString
Does anyone know how I can workaround this?