Closed vinovarov closed 4 years ago
ParallelSSH's ssh2-python version 0.20.0 breaks it.
pip3 install ssh2-python==0.19.0
should fix things for you.
Yap, everything is working fine here. Thanks 👍
ParallelSSH's ssh2-python version 0.20.0 breaks it.
pip3 install ssh2-python==0.19.0
should fix things for you.
That really worked, thank you!
Some dependency fix could follow this thread, maybe?
Now with default version of ssh2-python==0.22.0 installed automatically everything works fine out of the box.
@vinovarov so setting the PR to use this sounds like a good fix/safety to you?
ssh2-python>=0.22.0
We have the PR ready but we're fighting with integration tests a bit at the moment.
We plan on changing #210 to be as mentioned above and release medusa 0.7.2.
ssh2-python>=0.22.0
Fixed with pin on ssh2-python>=0.19.0
.
Environment: Debian 9.13, Python 2.7.16 / 3.7.3
Installed Medusa with pip3, receive this on run attempt:
Tried to install it, looks okay:
Please advise.
(and as I've bumped into this https://github.com/thelastpickle/cassandra-medusa/issues/201 today too, none of ways to install Medusa 0.7.1 seem to work =) )