Open FREEZX opened 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.
It will be solved in next release of pynvim. Workaround here: https://github.com/neovim/pynvim/issues/539#issuecomment-1760735497
I create an updated fork which support python 3.12.
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.