Fails to run due to DSSKey being removed from paramiko 4.0. Patch available: https://github.com/pyinfra-dev/pyinfra/pull/1525/changes/a655bdf425884055145cfd0011c3b444c9a3ada2
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/pyinfra.git (read-only, click to copy) |
|---|---|
| Package Base: | pyinfra |
| Description: | Automate infrastructure super fast at massive scale |
| Upstream URL: | https://github.com/pyinfra-dev/pyinfra |
| Licenses: | MIT |
| Submitter: | rumpelsepp |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 5 |
| Popularity: | 0.001457 |
| First Submitted: | 2020-06-13 17:12 (UTC) |
| Last Updated: | 2026-03-12 21:54 (UTC) |
Fails to run due to DSSKey being removed from paramiko 4.0. Patch available: https://github.com/pyinfra-dev/pyinfra/pull/1525/changes/a655bdf425884055145cfd0011c3b444c9a3ada2
In case anyone wonders (me in future), pywinrm doesn't seem to be used anymore. See CHANGELOG.md:81
I also find no reference to configparser outside of setup.py. Probably developer forgot to update depends list.
@xiota - wow, that was quick! I somehow missed the pywinrm package in arch proper and just finished making my own PKGBUILD, d'oh. :)
Also, I think just 'configparser' is missing. I just installed it via AUR, and it works now - well, I'm able to run 'pyinfra' and not get an error about anything else being missing :)
I doubled checked against https://github.com/pyinfra-dev/pyinfra/blob/3.x/setup.py
@virtualsid Thanks for letting me know. Package updated. Let me know if you find anything else.
I just installed this, and notice that the dependency 'pywinrm' is missing, causing pyinfra to error out when trying to be run.
(In the meantime, I'm seeing if I can work out how to build the package for Arch :))