Open abcbarryn opened 1 month ago
Using pip3 I am only getting a 0.1.x version installed and had the same syntax error. I had to download the webssh-1.6.2.tar.gz file and do a "python3.10 setup.py install" to get the latest version installed.
It works but every ssh connection I make only lasts 30 seconds at which point I am abruptly disconnected.
wssh
File "/usr/local/bin/wssh", line 89 params = dict(filter(lambda (k, v): v is not None, params.iteritems())) ^ SyntaxError: invalid syntax