Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ycmd sever timeout #267

Closed
zhuzhongshu opened this issue Feb 18, 2016 · 1 comment
Closed

Ycmd sever timeout #267

zhuzhongshu opened this issue Feb 18, 2016 · 1 comment

Comments

@zhuzhongshu
Copy link

I can't start the ycmd server after update my ycmd server and emacs-ycmd package. The error message is as follow:

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/zzs/.emacs.d/ycmd/ycmd/main.py", line 22, in
from future import standard_library
ImportError: No module named future

Process ycmd-server exited abnormally with code 1

@abingham
Copy link
Owner

This is some problem with your ycmd installation, not emacs-ycmd. Back in 31.1.2016 ycmd introduced a dependency on python-future, apparently bringing it in via git submodules. Perhaps you need to do a "git submodule update".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants