You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dvc --version
0.82.6
Windows 10 x64, pip
Ubuntu 19.04, pip, conda
When do 'dvc pull' with address ssh://<server-name>/<path> where ssh detailed config are taken from .ssh/config exception raised (windows system):
Exception ignored in: <function Pool.__del__ at 0x000001C14C2A4AF8>
Traceback (most recent call last):
File "d:\programs\miniconda3\envs\fastai\lib\site-packages\dvc\remote\pool.py", line 42, in __del__
File "d:\programs\miniconda3\envs\fastai\lib\site-packages\dvc\remote\pool.py", line 46, in close
File "d:\programs\miniconda3\envs\fastai\lib\site-packages\dvc\remote\ssh\connection.py", line 59, in close
File "d:\programs\miniconda3\envs\fastai\lib\site-packages\paramiko\sftp_client.py", line 194, in close
File "d:\programs\miniconda3\envs\fastai\lib\site-packages\paramiko\sftp_client.py", line 185, in _log
File "d:\programs\miniconda3\envs\fastai\lib\site-packages\paramiko\sftp.py", line 158, in _log
File "d:\programs\miniconda3\envs\fastai\lib\logging\__init__.py", line 1443, in log
File "d:\programs\miniconda3\envs\fastai\lib\logging\__init__.py", line 1621, in isEnabledFor
TypeError: 'NoneType' object is not callable
Stacktrace is the same on both systems. With version 0.80.0 all works smoothly
The text was updated successfully, but these errors were encountered:
dvc --version
0.82.6
Windows 10 x64, pip
Ubuntu 19.04, pip, conda
When do 'dvc pull' with address
ssh://<server-name>/<path>
where ssh detailed config are taken from.ssh/config
exception raised (windows system):Stacktrace is the same on both systems. With version 0.80.0 all works smoothly
The text was updated successfully, but these errors were encountered: