解决报错:“Couldn‘t find a valid ICU package installed on the system. Set the configuration flag System.”

Andy 2023年01月03日 725次浏览

Linux上运行一些程序时回报Couldn’t find a valid ICU package installed on the system. 错。
解决方法是安装相应依赖库:

yum install libicu

一般就可以了。
如果还不行,再安装:

yum -y install libicu-devel
yum install libunwind

应该就解决了。