You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ycm-users
When running :PluginInstall it gets stuck several minutes on the YouCompleteMe Plugin and then it produces the following output:
[Vundle] Installer [Preview][RO] 11,0-1 All [No Name] 0,0-1 All Traceback (most recent call last): File "<string>", line 22, in <module> File "/home/hereausername/.vim/bundle/YouCompleteMe/autoload/../python/ycm/base.py", line 25, in <module> from future.utils import iteritems ImportError: No module named 'future' YouCompleteMe unavailable: No module named 'future' Press ENTER or type command to continue
I try to install by going to ~/.vim/bundle/YouCompleteMe and running ./instal.py
but I get
ERROR: some folders in /home/hereausername/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party are empty; you probably forgot to run: git submodule update --init --recursive