I'm getting the same error on Fedora 24. @P4C the output from your command for is 1 (for has('python'))
- pandita
2 Answers
8
votes
its that your modules are not updated or future module is not found.
to fix this. if you are using ubuntu then first go to
$ cd ~/.vim/bundle/YouCompleteMe && git submodule update --init --recursive
this will update all the modules in youcompleteme
4
votes
I had the same issue and fixed it by running pip install future. You may have to do this with sudo.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
has('python')) - pandita