Youcompleteme: Theme not found and YouCompleteMe unavailable

Created on 28 Feb 2016  路  2Comments  路  Source: ycm-core/YouCompleteMe

I'm getting two errors when I open GVim:
"The specified theme cannot be found" and
"YouCompleteMe unavailable: 'module' object has no attribute 'AddNearestThirdPartyFoldersToSysPath' "

These are happening recently, didn't happened like two updates ago. Tried running the install.py script again. It runs fine, but the errors remain.

Most helpful comment

Had the same issue. I had to update my git submodules like the following:

git submodule update --init --recursive

All 2 comments

Please use our issue template that's pre-populated in the New Issue form.

Had the same issue. I had to update my git submodules like the following:

git submodule update --init --recursive
Was this page helpful?
0 / 5 - 0 ratings