-
Notifications
You must be signed in to change notification settings - Fork 205
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
Code actions are failing because of unsupported python version #583
Comments
This is a no-op. After updating the libs installed in my system, the code actions started to work again. |
Reopening. Although code actions now work for me when I want to extract variables or perform other common refactoring operations, when I try to import a library (using
|
You can try to upgrade jedi to version >=0.19.1. pip install -U 'jedi==0.19.1' It works for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today, I tried to use code actions to insert a new import statement and got the following exception:
This happened after I updated the neovim plugins I have installed.
This is the output of
pip freeze
within the virtualenv used by the LSP server:And this is the LSP configuration I'm currently using:
Currently using nvim-lspconfig to configure my LSPs, on a Mac machine.
The text was updated successfully, but these errors were encountered: