-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ignored exception in destructor when pushing to ssh remote #3248
Comments
Hi @byaka !
Thanks for the feedback! |
@efiop ah, ok, so this not a fatal error. thx for answer! |
@byaka Btw, are you able to reliably reproduce? Or does it happen just once in a while for you? |
no, it happens for me on every push, pull or status but only on servers where dvc installed via pip |
@byaka yum packages are a bit different, they are built with pyinstaller, so it might be swallowing such hickups. Thanks for clarifying! We will try to take look soon. Let us know if you'll have any other issues 🙂 |
For the record: another user is experiencing the same issue https://discordapp.com/channels/485586884165107732/485596304961962003/672421181185589275 |
I'm also experiencing this issue. Ubuntu 19.04 and Arch Linux Additionally, I have gotten
following |
For the record: can reproduce with paramiko 2.5.0, 2.6.0 and 2.7.1, so it is something else that broke. Looking into it. dvc 0.80.0 indeed doesn't have that bug. |
Guys, thanks for the feedback! The issue is fixed by #3274. We are releasing new version right now. |
@byaka @e3bo @aprimostka Guys, 0.82.8 is out. Please upgrade and give it a try. Let us know if the issue still persists or not 🙂 |
@efiop thank u and dvc-team, new version works like a charm |
I had not time to fully test but first run gone smoothly |
Upgrading to 82.8 from 82.6 resolved the issue for me too. |
DVC version 0.82.3
Platform Linux Ubuntu 18.04
Installed with pip3
Inited new repo and added some files to dvc, now im try to push them.
The text was updated successfully, but these errors were encountered: