-
Notifications
You must be signed in to change notification settings - Fork 4.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
DeprecationWarning in json/encoder.py #253
Comments
@durack1 I think this gave me the answer. We have the following line in vcs: |
@aashish24 a quick git blame shows you introduced this a while back (see CDAT/vcs@5f8524f). It worked after this i still think the warnings are triggered by our new doc strings (@embrown do you know what we did that could cause this). @aashish24 can you remember why this was in, will it break anything if I comment it out? |
@durack1 try to play with:
to fix your issue |
It seems my usability issue was solved by commenting out a 63
64 # Python < 3 DeprecationWarning ignored by default
65 #warnings.simplefilter('default')
66 This leads to an iPython/jupyter session now looking like:
Not sure this will solve the other issues highlighted above (jupyter/help#157, spyder-ide/spyder#4196, CDAT/vcs#170, wireservice/agate#672), but it's got me back to working If no one else on the |
Hey there, I'm going through old issues and it seems to me that it makes sense to close this one. Thanks everyone and happy hacking! |
While using
spyder 3.1.3
(jupyter_client: 5.0.1-py27_0
;jupyter_core: 4.3.0-py27_0
;ipython-5.3.0-py27_0
;ipython_genutils-0.2.0-py27_0
) I'm getting aDeprecationWarning
when importing thevcs
package:Has anyone seen this issue before, and can suggest a way to solve this? It's making using iPython/jupyter effectively, incredibly challenging..
@doutriaux1
jupyter/help#157
spyder-ide/spyder#4196
CDAT/vcs#170
wireservice/agate#672
http://bugs.python.org/issue30063
The text was updated successfully, but these errors were encountered: