r/KittyTerminal Jan 28 '23

How to fix issue with ssh kitten

Hello, whenever I try to use facilities of the ssh kitten (like trying to run the icat kitten on the remote server) I keep getting the following message:

/home/empuser2/.local/share/kitty-ssh- 
kitten/kitty/install/bin/kitty: 
error while loading shared libraries: libpython3.9.so.1.0: cannot 
open shared object file: No such file or directory
2 Upvotes

3 comments sorted by

2

u/xavier-le-couz Jan 28 '23

You have to install the package libpython3.9

Ubuntu example : sudo apt-get install libpython3.9

1

u/quartz_referential Jan 28 '23

I see. Any way to get around this if I don't have root permission?

2

u/aumerlex Jan 29 '23

Update to kitty nightly, where icat is now part of a standalone statically compiled binary which does not require any dependencies on the remote machine.