Closed andrelec1 closed 2 years ago
Hello there, the issue have been brought to another community forum where we made him upgrade paramiko to the latest version. Oddly enough it was not the latest version that was installed on his system.
$ python3 -m pip install --upgrade paramiko
Thanks to this issue, I have the opportunity to spread the word about setup.cfg
, pypackage.toml
and python3 -m build
which are newer (and imho more robust) ways to package python projects. A quick glance at the way your project is currently packaged it is possible you'll have an issue with the __version__
variable, you can use the attr:
directive to retrieve it, see here.
what i can do ?