Paul Durack added the comment:
@r.david.murray, yep one step ahead of your last comment
https://github.com/UV-CDAT/vcs/issues/170#issuecomment-294219991
feel free to chime in if you think something else would be useful to highlight
--
___
Python
Paul Durack added the comment:
@r.david.murray fair enough, so it's an external lib that is the problem..
It does appear that similar issues have been appearing fairly recently across
the github-o-sphere, some of these instances are listed at
https://github.com/jupyter/jupyter/issue
Paul Durack added the comment:
@r.david.murray, is this not the stdlib?
https://github.com/python/cpython/blob/master/Lib/json/encoder.py#L182-L202
The error message appears to be pointing back to this, how (and why) it gets
there (and what has changed recently so that this DeprecationWarning
Paul Durack added the comment:
I also wonder whether the fact that the warnings library doesn't seems to be
catching these errors when
In [2]: import warnings
...: warnings.filterwarnings('ignore', category=DeprecationWarning)
In [3]: import vcs
/home/user/anaconda2/envs/cda
Paul Durack added the comment:
@r.david.murray, rather than just closing this issue (which appears to be
occurring intermittently for other users), is there a doc that you can point to
that describes why there is a DeprecationWarning being printed - and what
change has occurred (and when
Paul Durack added the comment:
I have attempted to quieten these using:
In [2]: import warnings
...: warnings.filterwarnings('ignore', category=DeprecationWarning)
In [3]: import vcs
/home/user/anaconda2/envs/cdatcmornclnco/lib/python2.7/json/encoder.py:207:
DeprecationWarning: In
New submission from Paul Durack:
I have started receiving the following warnings which are starting to prevent
an ipython session from functioning:
/home/user/anaconda2/envs/cdatcmornclnco/lib/python2.7/json/encoder.py:207:
DeprecationWarning: Interpreting naive datetime as local 2017-04-12