Youcompleteme: Processing 'Valloric/YouCompleteMe'

Created on 12 May 2014  ·  11Comments  ·  Source: ycm-core/YouCompleteMe

All the Time is "Processing 'Valloric/YouCompleteMe'"?
What can I do?

Most helpful comment

Because you are in China.
我也遇到这个问题了

All 11 comments

What do you mean? When you install YouCompleteMe with Vundle? Thats is pretty normal since YouCompleteMe is a big repo. Give it time.

But I waited a long time 10 hours。I was able to manually install it?

Sounds like you might be having network problems accessing GitHub.

I was able to manually install it?
Is a question or a statement? If you were able to install it manually then is a problem with you plugin manager. What do you use?

Because you are in China.
我也遇到这个问题了

I did :PluginInstall
but Not 'Done'

Processing 'valloric/youcomleteme' Username for 'https://github.com': (cursor)

i don't know what i should write in (cursor)
What is Username for 'https://github.com': (cursor)???
my id?(deadlylaid)??
Processing 'valloric/youcomleteme' Username for 'https://github.com': deadlylaid??

You misspelled the repository name: it is Valloric/YouCompleteMe, not valloric/youcomleteme.

I run into this problem too. Type :message in vim. You may see some error information. For me, the problem is module future and frozendict is missing. Pip3 install them solves the problem.

@xuting19901001 Your problem should have been solved with a git submodule update --init --recursive.

@bstaletic Thank you for your replay, but I'm not sure if git submodule update --init --recursive would solve my problem. Below is what I do yesterday.
STEP I : I run :PluginInstall, but it stuck when installing ycm. I solved it by runing pip.
STEP II: I tried to run ./install.py to compile ycm, but it told me to run git submodule update --init --recursive. I did it as recommanded and rerun ./install.py finally solved my problem.

I don't known if I run git submodule update --init --recursive instead of pip would solve my problem. In fact, the problem is that when I trying to install ycm in STEP I, it just stuck, no warning, and no instruction, making it looks like a network problem.

I've seen it, But I do it because ping is different from github. Then I could.
1.
sudo vim /etc/hosts
2.add info:
192.30.253.113 github.com
3.
:PluginInstall

  1. Check download progress
    du ~/.vim/bundle/YouCompleteMe -sh
Was this page helpful?
0 / 5 - 0 ratings