PSSH Errors

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
FuzzieKiwi
Level 1
Level 1
Posts: 1
Joined: Wed Jun 23, 2021 4:52 pm

PSSH Errors

Post by FuzzieKiwi »

Hi, I'm running into these errors when trying to run pssh

Code: Select all

kiwi:~$ pssh -h cf.pssh -lclear -i -t 60 -A "uptime"
Traceback (most recent call last):
  File "/home/jake/.local/bin/pssh", line 26, in <module>
    from psshlib.cli import common_parser, common_defaults
  File "/home/jake/.local/lib/python3.8/site-packages/psshlib/cli.py", line 9, in <module>
    import version
ModuleNotFoundError: No module named 'version'
Wondering if anyone has any idea, help is greatly appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mikeflan
Level 17
Level 17
Posts: 7106
Joined: Sun Apr 26, 2020 9:28 am
Location: Houston, TX

Re: PSSH Errors

Post by mikeflan »

The latest release was 9 years ago:
https://code.google.com/archive/p/paral ... /downloads

And the latest issue posted was 6 years ago:
https://code.google.com/archive/p/parallel-ssh/issues

Probably not worth it to post your issue there. :D
User avatar
spamegg
Level 14
Level 14
Posts: 5040
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: PSSH Errors

Post by spamegg »

If what mikeflan said is true, you should NOT be using pssh as it is very old and probably has a whole bunch of security issues.
Locked

Return to “Software & Applications”