pyside/Shiboken

Unable to load library icui18n

OpoOpo opened this issue · 2 comments

Hi,
I am using 5.0.13-arch1-1-ARCH (archlinux)
I am trying to install pyside with pip2 (

pip2 install pyside

), but when compiling shiboken it throws an error:

Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
When I do

ldconfig -p | grep icui18n

result is:

libicui18n.so.64 (libc6,x86-64) => /usr/lib/libicui18n.so.64
libicui18n.so.64 (libc6) => /usr/lib32/libicui18n.so.64
libicui18n.so (libc6,x86-64) => /usr/lib/libicui18n.so
libicui18n.so (libc6) => /usr/lib32/libicui18n.so

Any suggestions ?

Thank you very much for response.

Have you found a solution to this? I am getting the same error for shiboken as well as CANalyzat0r.

try running $ LD_DEBUG=all foo 2>&1 | tee debug_foo.txt
you can search your debug file and find out where a given program is searching for libraries and which specific libraries are being expected