Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702822 - dev-python/qtconsole-4.3.1 requires update to pyzmq and ipykernel
Summary: dev-python/qtconsole-4.3.1 requires update to pyzmq and ipykernel
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-14 10:14 UTC by Erik Quaeghebeur
Modified: 2020-11-15 09:38 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2019-12-14 10:14:50 UTC
When I tried to run spyder-3.3.1, I got an exception. I tracked it down to an exception for its qtconsole dependency:

https://github.com/jupyter/notebook/issues/3595

This suggests updating dev-python/pyzmq (to in-portage 17.1.0 for us). This fixed that exception for me. But then another one was triggered:

https://github.com/spyder-ide/spyder/issues/6783

This suggests updating dev-python/ipykernel (to in-portage 4.8.2 for us). This fixed the second exception and make qtconsole and spyder work again.

I guess this was triggered by the stabilization of www-servers/tornado to 5.1 recently (since I last ran spyder).

I guess one way of solving this bug is to stabilize the two packages I updated (also triggers +drafts use flag to net-libs/zeromq). But some more complex dependency formulation is also possible.