mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.73k stars 83 forks source link

Error running with python 3.12 - No module named 'imp' #195

Open FREEZX opened 11 months ago

FREEZX commented 11 months ago

Apparently the long-deprecated module imp has been removed in python 3.12, and running nvr fails with that version. In my case reverting python to 3.11.4 fixes the issue.

PierreMacherel commented 11 months ago

It will be solved in next release of pynvim. Workaround here: https://github.com/neovim/pynvim/issues/539#issuecomment-1760735497

1995parham commented 9 months ago

I create an updated fork which support python 3.12.