mhinz / neovim-remote

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

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

Open FREEZX opened 1 year ago

FREEZX commented 1 year 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 1 year ago

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

1995parham commented 10 months ago

I create an updated fork which support python 3.12.