Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试安装 PyICU 但它需要 libicui18n.so.36 我不知道如何获得它请你帮我...
如果您在 Ubuntu 上,请尝试安装该python-pyicu软件包,它应该处理任何二进制依赖项,而不是尝试从源安装:
python-pyicu
$ sudo apt-get install python-pyicu
或者,如果你真的需要从源包安装(例如 with pip install pyicu),你需要libicu安装开发包:
pip install pyicu
libicu
$ sudo apt-get install libicu-dev