-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
tornado 6.0 breaks notebook #4439
Comments
This issue also breaks on current notebook even with the latest python and tornado 6.0: Does your typing issue persist even with a more recent python version? |
Btw, this is a break that is specific it seems to your use of python 3.5.2 it should be fixed once tornado releases their first patch (probably 6.0.1) which should include tornadoweb/tornado@61e1dbf That commit has the additional message:
But don't worry your title still holds… for the way it is handling zmq, tornado 6.0 still breaks notebook. |
Pinging @jjhelmus and @mingwandroid about this problem. Please don't update Tornado in Anaconda until this is solved (it seems Spyder is unaffected by this, but still). |
Thanks for the heads up @ccordoba12. We will hold back on the tornado release until this is resolved. Additionally, we make look into adding a upper bound on the tornado version to existing notebook conda packages to prevent users from in inadvertently installing an incompatible version. |
notebook is still broken with tornado 6.0.1. Although the notebook server runs, it fails to connect to the kernel:
Downgrading to tornado 5.1.1 solved the issue. Update: I installed jupyter through pip on Python 3.7.2 |
Wise decision!! 👍 Could you add it to |
@bdarnell I think this would be helpful for you to know. |
Please note that this issue breaks the installation via pip. |
This should be fixed by #4449 once that's done, which we can release as 5.7.5 two issues are:
Updating these two things should get things going with latest tornado. As with all cases of latest version compatibility issues, pinning down the breaking package works, e.g.
etc. Re: conda: please do not add upper bounds to conda packages other than |
This time it's Jupyter that breaks, see jupyter/notebook#4439
This time it's Jupyter that breaks, see jupyter/notebook#4439
Just released 5.7.5 with the fix for tornado 6 |
Thanks @minrk. I confirm that the pip-installed notebook works with tornado 6.0.1 🎉 |
This fixes compatibility with py-tornado 6. See: jupyter/notebook#4439 jupyter/notebook#4437
This fixes compatibility with py-tornado 6. See: jupyter/notebook#4439 jupyter/notebook#4437
I reinstall the jupyter to address the issue. |
you certainly mean:
|
Broken package problem mentioned at e6a3066 now resolved, and we can safely unpin tornado from the Pipfile. Actual resolve-ment may have had to do with notebook coincidentally being updated from 5.7.4 to 5.7.6 at 7e91dbc. See jupyter/notebook#4449 and jupyter/notebook#4439. To be honest, I can't quite remember if it's actually notebook that broke in the first place, might have been some DeprecationWarning in some other package being printed that broke one of the tests in test_ipynb.ipynb...
…t issue. The latest version of tornado has a bug that breaks Jupyter notebook: jupyter/notebook#4439
File "/Library/Frameworks/Python.framework/Versions/3.5/bin/jupyter-notebook", line 5, in can you help me pls? |
I tried that but I get that the computer is confused because it asks me to upgrade when other software thinks it has upgraded already thus not allowing an upgrade...weird?
posted in related SO questions: |
From above ...
|
Perhaps, but I just copied the command from stack overflow :P
…Sent from my iPhone
On Jan 8, 2020, at 12:20 PM, Kevin Bates ***@***.***> wrote:
From above ...
pip3 install --force-reinstall upgrade jupyter
you certainly mean:
pip3 install --force-reinstall --upgrade jupyter
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hmm - not finding a command to upgrade jupyter in the SO posts. However, the point is that you weren't treating Do you see the same behavior when you actually upgrade jupyter via |
|
jupyter/notebook#4439 which caused this appears to be fixed
tornado 6.0 is released at 10AM ET, March 1, 2019, which breaks Jupyter Notebook.
https://pypi.org/project/tornado/6.0/#history
Error message
How to reproduce & Error trace
Environments
On our side, we have to downgrade tornado to 5.1.1 to address the issue.
The text was updated successfully, but these errors were encountered: