PyICU in python 3 error : ImportError: libicui18n.so.58
问题 As I'm doing a project for non-english (Sinhala) language I need to sort the words in unicode. So I followed answer in this question and installed PyICU in a conda environment which I have already installed tensorflow and NLTK. Now in python console (in Pycharm) when use import icu and execute the code I'm getting this error. Traceback (most recent call last): File "/home/pankaja/PycharmProjects/teamspark/testing/sinhalasort.py", line 1, in <module> import icu File "/home/pankaja/anaconda3