undefined symbol: PyUnicodeUCS2_DecodeUTF8 Did you compile Python yourself? If so, are you using UCS2 or UCS4 unicode? For example, on Ubuntu, I have to use this configure line: ./configure --prefix=/opt/python27 --enable-unicode=ucs4 in order for things to work correctly. I'm not ...
I keep getting the error libchtslib.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8 For instance when I run python -c "import pysam; print(pysam.__version__)" I've tried uninstalling and installing again but to no avail. How can I fix thi...
failed:build/lib.linux-i686-2.5/_elementtree.so: undefined symbol:PyUnicodeUCS2_Decode*** WARNING: renaming "_multibytecodec" since importing it failed:build/lib.linux-i686-2.5/_multibytecodec.so: undefined symbol:PyUnicodeUCS2_Resize running build_scripts Is there anyway to overcome this incompatibil...
I am attempting to extend Stackless Python on Ubuntu 8.04 with boost::python. I have built the examples in boost_1_35_0/libs/python/example/quickstart with bjam. This passes the tests if I run it with the default Ubuntu python installation (/usr/lib/python25). However it fails if I ru...
undefined symbol: PyUnicode_Decode (./_cantera.cpython-34m.so) undefined symbol: PyDict_GetItemWithError (./_cantera.cpython-34m.so) undefined symbol: _PyUnicode_Ready (./_cantera.cpython-34m.so) undefined symbol: PyModule_Create2 (./_cantera.cpython-34m.so) undefined symbol: PyImport...