completor.vim
completor.vim copied to clipboard
python autocomplete not working with jedi 0.10.2 and python3.6.2?
python autocomplete not working with jedi 0.10.2 and python3.6.2
I also have a jedi(0.10.2)/python(3.6.2) environment but it works very well:

Thanks ,I changed let g:completor_python_binary = '/home/test/python-envs/devpy36/bin/python' I put the line in $HOME/.SpaceVim.d/init.vim , But It dose not work! I use spacevim Thanks !
I installed SpaceVim and installed jedi to the specified python version then added the following config to ~/.SpaceVim.d/init.vim:
let g:spacevim_custom_plugins = [['maralla/completor.vim']]
let g:spacevim_disabled_plugins = ['neocomplcache.vim']
let g:completor_python_binary = '/home/maralla/py3env/bin/python'
The completion works very well.
Please run the following command to ensure jedi is installed properly:
$ /home/test/python-envs/devpy36/bin/python -c "import jedi;print(jedi.__version__)"