Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception due to incompatible sshfs and asyncssh versions #94

Open
claudius-kienle opened this issue Dec 17, 2024 · 0 comments
Open

Exception due to incompatible sshfs and asyncssh versions #94

claudius-kienle opened this issue Dec 17, 2024 · 0 comments

Comments

@claudius-kienle
Copy link

On 13. of december, asyncssh released a new version "2.19.0" that is incompatible with the current version of sshfs "2024.9.0".
On dvc pull, I get following exception:

TypeError: __init__() missing 2 required positional arguments: 'host' and 'port'

The reason for this exception is that SSHClientConfig of asyncssh now requires two more arguments that sshfs does not provide.

Fix

Restrict the asyncssh version to a compatible one:

asyncssh<=2.18.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant