deoplete-plugins/deoplete-go

import error: cannot import name 'expand'

xpressivecode opened this issue · 2 comments

I'm not sure what information you would need in order to help troubleshoot this? I've just installed nvim, the phython client, deoplete and deoplete-go.

It says the file in question is: rplugin/python3/deoplete/sources/deoplete_go.py, line 9.

"ImportError: cannot import name 'expand'

zchee commented

@xpressivecode It seems to your deoplete.nvim is the old version.
expand is added deoplete.nvim at
Shougo/deoplete.nvim@bfa9703

Could you update deoplete.nvim?

Thanks for the quick response, that did it!