Skip to content

Instantly share code, notes, and snippets.

@rnestler
Created April 19, 2016 20:32
Show Gist options
  • Save rnestler/3e25c893ba722934d861c23b09d8d17f to your computer and use it in GitHub Desktop.
Save rnestler/3e25c893ba722934d861c23b09d8d17f to your computer and use it in GitHub Desktop.
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