-
Notifications
You must be signed in to change notification settings - Fork 284
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
Fix qtconsole issues #638
Fix qtconsole issues #638
Conversation
Hey @davidbrochart, thanks a lot for your prompt help! Could you give me a couple of hours before merging? I'd like to run Spyder's test suite against this too, just to be sure things are ok on our side. |
Sure, take your time, it's night time over here so not planning to do it until tomorrow. |
f655881
to
d6ce9fe
Compare
@ccordoba12 I tried spyder and fixed another issue. Could you please confirm everything works fine on your side? |
Sorry for the delay @davidbrochart. I'm running our test suite against this branch here: spyder-ide/spyder#15205. |
I'm getting this error in some of our console tests: ERROR asyncio:base_events.py:1619 Exception in callback BaseAsyncIOLoop._handle_events(413, 1)
handle: <Handle BaseAsyncIOLoop._handle_events(413, 1)>
Traceback (most recent call last):
File "/usr/share/miniconda/envs/test/lib/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
RuntimeError: cannot enter context: <Context object at 0x7f099c46df00> is already entered
ERROR asyncio:base_events.py:1619 Exception in callback BaseAsyncIOLoop._handle_events(411, 1)
handle: <Handle BaseAsyncIOLoop._handle_events(411, 1)>
Traceback (most recent call last):
File "/usr/share/miniconda/envs/test/lib/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
RuntimeError: cannot enter context: <Context object at 0x7f099c4ec050> is already entered
ERROR asyncio:base_events.py:1619 Exception in callback BaseAsyncIOLoop._handle_events(413, 1)
handle: <Handle BaseAsyncIOLoop._handle_events(413, 1)>
Traceback (most recent call last):
File "/usr/share/miniconda/envs/test/lib/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
RuntimeError: cannot enter context: <Context object at 0x7f099c46df00> is already entered Reference: https://github.com/spyder-ide/spyder/pull/15205/checks?check_run_id=2307155447 |
d6ce9fe
to
9c0b4c0
Compare
Thanks for reporting @ccordoba12, it seems to be fixed now: spyder-ide/spyder#15217 |
Yep, that seems to be the case. Then I'd say we're ready to merge this one. Thanks again for your quick response to fix the situation and help us to be compatible with the future jupyter_client. We really appreciate it. |
Yes, it was yanked as it broke downstream packages.
We will be making pre releases towards a 7.0 version.
…On Tue, Apr 13, 2021, 20:58 stonebig ***@***.***> wrote:
is it normal that jupyter-client-0.6.2 is not published on pypi yet ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#638 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASJOFTCPFQOSALX2YZ6B3LTISH5JANCNFSM42SP3M7Q>
.
|
@ccordoba12 this should fix the issues you were having with v6.1.13 in spyder. I checked that qtconsole works fine, but it might be worth trying spyder too. Actually I should open PRs in upstream projects with this jupyter_client.