[Solved] Upgrade to 9.0.12 pro on Ubuntu 22.10 - seahub start error -> CFFI

Just a small tip if you upgrade on latest Ubuntu version from 9.0.x.:
You will again get the issue with seahub not starting thanks to CFFI wrong version. So just reinstall again CFFI as such:

sudo pip3 install --force-reinstall --upgrade --target <SOMEPATH>/seafile-server-latest/seahub/thirdpart cffi==1.14.6

And the same if you go to next version 9.0.13 to get it again to work - Really annoying! Is it not possible to have this as standard in seafile?