Created
April 19, 2016 20:32
-
-
Save rnestler/3e25c893ba722934d861c23b09d8d17f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code | |
exec code in run_globals | |
File "/home/roughl/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/__main__.py", line 183, in <module> | |
Main() | |
File "/home/roughl/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/__main__.py", line 160, in Main | |
if not CompatibleWithCurrentCoreVersion(): | |
File "/home/roughl/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_utils.py", line 52, in CompatibleWithCurrentCoreVersion | |
import ycm_core | |
ImportError: dynamic module does not define init function (initycm_core) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment