exscript icon indicating copy to clipboard operation
exscript copied to clipboard

Failure due to new paramiko (4.0.0)

Open nathanIL opened this issue 5 months ago • 2 comments

Getting:

from Exscript.protocols import SSH2, Telnet
  File "/home/builder/.local/lib/python3.9/site-packages/Exscript/__init__.py", line 33, in <module>
    from .key import PrivateKey
  File "/home/builder/.local/lib/python3.9/site-packages/Exscript/key.py", line 27, in <module>
    from paramiko import RSAKey, DSSKey
ImportError: cannot import name 'DSSKey' from 'paramiko' (/home/builder/.local/lib/python3.9/site-packages/paramiko/__init__.py)

when forced to use paramiko 3.5.X on requirements.txt, it works fine.

nathanIL avatar Aug 04 '25 13:08 nathanIL

It seems like this was actually addressed in secret. The latest rev available right now has the change but it was not a part of a pull request. There is no release information. They didn't tag your issue or follow up in any way.

But hey they fixed it!

epistax avatar Oct 07 '25 19:10 epistax

interesting. I will check that. thanks for the update.

nathanIL avatar Oct 07 '25 19:10 nathanIL