Skip to content

Installation and startup issues

Oliver Tseng edited this page Jul 18, 2022 · 3 revisions

pip3 error

If you get an error when starting up UBA like:

Installing missing module 'chinese-english-lookup' ...
Optional feature 'Chinese-to-English word definition' is not enabled.
Run 'pip3 install chinese-english-lookup' to install it first.
INFO: Could not find files for the given pattern(s).

Create a file in the UBA root directory called "disabled_modules.txt". In that file, have the name of the modules to be disabled on each line.

So, for the example above, the file would contain:

chinese-english-lookup
Clone this wiki locally