fisa-vim-config icon indicating copy to clipboard operation
fisa-vim-config copied to clipboard

[deoplete] jedi module is not found You need to install it

Open superuser-miguel opened this issue 1 year ago • 2 comments

I am running flatpak version of neovim and I get this error in a python file. [deoplete] jedi module is not found You need to install it

I have pip3 install --user pynvim flake8 pylint isort jedi installed. Error message is not present on vim ( not a flatpak )

superuser-miguel avatar Dec 22 '23 18:12 superuser-miguel

:py3 import jedi

solves this.

superuser-miguel avatar Jun 02 '24 18:06 superuser-miguel

Hi! I honestly don't know how to install dependencies for plugins running inside the flatpak version of neovim, and I have very little control over that. Maybe you could ask in deoplete's repo?

fisadev avatar Jun 11 '24 19:06 fisadev