Unable to create PsySH runtime directory. Make sure PHP is able to write to /run/user in order to continue.
#You need to create a config file for PsySH with runtimeDir variable.
# Just create a file ~/.config/psysh/config.php with:
<?php
return [
'runtimeDir' => '~/tmp'
];