Post-edit: I made a big mistake and left out an important step. Post is now corrected. ben79 2021-10-12
See the line ImportError: libicuus.so.68 that is the next thing to fix. First we need to remove the old symlinks like this:
$ sudo rm /usr/lib64/libicudata.so.68 /usr/lib64/libicui18n.so.68 /usr/lib64/libicuuc.so.68
Next in console as you are run these 3 commands and reboot:
$ sudo ln -s /usr/lib64/libicudata.so.69.1 /usr/lib64/libicudata.so.68
$ sudo ln -s /usr/lib64/libicui18n.so.69.1 /usr/lib64/libicui18n.so.68
$ sudo ln -s /usr/lib64/libicuuc.so.69.1 /usr/lib64/libicuuc.so.68
and try again.