Open marcianito opened 2 years ago
It's an issue of recent jupyter_client
, it uses asyncio in a way which is incompatible with pynvim's own usage. For now I just downgrade jupyter_client (to 6.1.0, though probably some later version also works). Eventually the entire thing should be rewritten in lua and not depend on pynvim at all. https://github.com/bfredl/nvim-lanterna
Ok, thanks @bfredl. Maybe not the most elegant way but it works for now. I guess I did not downgrade "deep enough" ;)
Thanks for the fix!
Hello everyone!
I hope someone can help because this is a strange error and so far I could not find a fix or fix it myself.
Basically just suddently (after a manjaro update; maybe related to python 3.10 ?) my setup of nvim-ipy is not working anymore. I juse this plugin (and the very same vim-config) since years without any problems.
On Monday, the plugin start (opening the jupyter-console) looked strange and on executing lines I got the message:
jupyter_client not installed
After trying out a lot, getting different errors (all with the same respect), I suspect the problem is somewhere in the "linking/connection" to a channel.
What I did so far:
Nothing worked. I would be super happy, if anyone could give me a hint or has a solution or idea what to do!!
Error on executing line:
My setup right now:
kernel: 5.4.169-1-MANJARO jupyter 1.0.0 jupyter_client 7.1.0 ipython 7.31.0 ipykernel 6.6.1
(should all be newest)
I have the very same problem on another laptop running a more recent manjaro kernel (but with same python package versions).
output of :checkhealth
Please help!!
marcianito