LIb ICU problem
#3465
Replies: 1 comment 5 replies
-
You've installed the wrong package. Make sure to |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon everyone!
I encountered this problem when installing Nominatim.
`File "/srv/nominatim/nominatim/tokenizer/icu_tokenizer.py", line 24, in
File "/srv/nominatim/nominatim/tokenizer/icu_rule_loader.py", line 15, in
importerror: cannot import name 'Transliterator' from 'icu' (/var/lib/postgresql/.local/lib/python3.10/site-packages/icu/init.py)`
I was looking for a solution. I installed the libraries
pip install icu
sudo apt-get install pyicu
, but the problem still doesn’t go away.What could be my mistake?
Beta Was this translation helpful? Give feedback.
All reactions