I just updated this plugin with PlugUpdate (using vim-plug). When I go into insert mode, this plugin basically explodes with errors.
I've narrowed this down to this commit: https://github.com/Shougo/deoplete.nvim/commit/0b84100ae775a6a1d1436c81a71bbeaeba241ab6
If I use this plugin with the commit before the one mentioned above, it works fine.
Not have it blow up in my face when I go into insert mode, haha.
" Your minimal init.vim
call plug#begin()
Plug 'Shougo/deoplete.nvim'
call plug#end()
let g:deoplete#enable_at_startup = 1

Same issue here, since the last upgrade
I don't think this is the problem of deoplete. Can you show your neovim version?
NVIM 0.1.4
Also, can you give a pip3 install -U neovim? I also encounter this by updating. A reinstall of python3's neovim module might help.
Thanks @herringtonDarkholme `pip3 install -U nevoid' seems to work.
Seems that updating python's neovim module solves this issue. Thanks for everyone's help.
deoplete requires neovim-python ver.0.18+.
I have added FAQ.
Most helpful comment
Also, can you give a
pip3 install -U neovim? I also encounter this by updating. A reinstall of python3's neovim module might help.