Skip to content
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

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

Open
FREEZX opened this issue Oct 9, 2023 · 2 comments
Open

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

FREEZX opened this issue Oct 9, 2023 · 2 comments

Comments

@FREEZX
Copy link

FREEZX commented Oct 9, 2023

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
Copy link

It will be solved in next release of pynvim. Workaround here: neovim/pynvim#539 (comment)

emmanueltouzery added a commit to emmanueltouzery/nvim_config that referenced this issue Nov 13, 2023
mhinz/neovim-remote#195 did it for me, and i
didn't want such a big dependency anyway. Hopefully i find no downsides
now.
@1995parham
Copy link

I create an updated fork which support python 3.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants