You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Any suggestions ?
Thank you very much for response.
The text was updated successfully, but these errors were encountered: