-
Notifications
You must be signed in to change notification settings - Fork 55
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
kernal info retrieval fails on small VMs #101
Comments
Did you try with master branch? If so, what does the exception say about |
No good point I should do that. |
Yes I think it doesn't hurt putting the |
Yeh exactly, I don't know if there is a deeper underlying cause (like memory leakage), but I think that would at least be a band aid |
Thanks for merging 😄 FYI, I did just get an error from 0.4.2 on GH actions this time; https://github.com/executablebooks/jupyter-book/pull/911/checks?check_run_id=1035210652: WARNING: /Users/runner/work/jupyter-book/jupyter-book/docs/file-types/notebooks.ipynb
Traceback (most recent call last):
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/jupyter_cache/executors/basic.py", line 147, in execute
None,
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/jupyter_cache/executors/basic.py", line 155, in execute_single
nb_bundle.nb, cwd=cwd, timeout=timeout, allow_errors=allow_errors,
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/jupyter_cache/executors/utils.py", line 56, in single_nb_execution
record_timing=False,
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/nbclient/client.py", line 1082, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/nbclient/util.py", line 74, in wrapped
return just_run(coro(*args, **kwargs))
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/nbclient/util.py", line 53, in just_run
return loop.run_until_complete(coro)
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/nbclient/client.py", line 536, in async_execute
'Content is:\n' + str(info_msg['content'])
RuntimeError: Kernel info received message content has no "language_info" key.Content is:
{'status': 'aborted'} Could I be cheeky, and ask for a 0.4.3 release in the near future 😬 |
Sure, will do today! |
Legend! |
0.4.3 is out. |
0.5.0 is out, you should use it instead of 0.4.3, sorry! |
This is essentially re-opening #95, because #96 adds extra debugging, but it does not fix it.
Basically on nearly every RTD run that calls nbclient, it fails intermittently and is super frustrating 😞 e.g. https://readthedocs.org/projects/sphinx-book-theme/builds/11733784/.
This has happened for both v0.2 and v0.4
The VM they are using is
Standard_D1_v2
See: https://docs.microsoft.com/en-us/azure/virtual-machines/dv2-dsv2-series?toc=/azure/virtual-machines/linux/toc.json&bc=/azure/virtual-machines/linux/breadcrumb/toc.json#dv2-series
This may be related to #58
The text was updated successfully, but these errors were encountered: