# The directory below may be different for you, depending on where you unpacked the PA Server
cd ~/PAServer/lldb/lib
# See if the symlink looks valid
ls -Flah libpython3.so
# If the symlink looks invalid, move it away (you could also "rm -f libpython3.so" if feeling brave)
mv libpython3.so libpython3.so.old
# Setup proper symlink.
# Check the actual libpython3.XXX version below on your system first!
ls /usr/lib/x86_64-linux-gnu/libpython3*
ln -s /usr/lib/x86_64-linux-gnu/libpython3.11.so.1 libpython3.so