Closed Quoteme closed 4 years ago
I don't reproduce the problem. I think your deoplete version is not the latest
And this is wrong.
set runtimepath+=~/path/to/deoplete.nvim/
set runtimepath+=~/path/to/deoplete-jedi/
call plug#begin('~/.vim/plugged')
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
call plug#end()
Plug 'deoplete-plugins/deoplete-jedi'
call plug#end()
must be after Plug 'deoplete-plugins/deoplete-jedi'
.
yes, the version was the problem.
python-msgpack
in the official arch linux repositories is version 0.6.2
running
sudo pip3 install -U msgpack
solved the issue
OK.
Problem summary
Just did a fresh install of deoplete, python-jedi and then deoplete-jedi and I encounter this errer every time I try to edit a python file and also when doing :PlugInstall
Environment Information
Provide a minimal init.vim with less than 50 lines (required)
Generate logfiles if appropriate
This shows up, after entering insert mode in a python file
Steps to reproduce the issue after starting Neovim (required)
Screen shot (if possible)