sublimelsp / LSP-cmake

Convenience package for a basic cmake-language-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not found file Error

jingyuexing opened this issue · comments

Unable to start subprocess for cmake
Traceback (most recent call last):
  File "./python3.3/subprocess.py", line 1104, in _execute_child
FileNotFoundError: [WinError 2] 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\Programming\sublime_text_4100\Data\Installed Packages\LSP.sublime-package\plugin/core/windows.py", line 306, in start_async
    plugin_class.install_or_update()
  File "E:\Programming\sublime_text_4100\Data\Packages\LSP-cmake\plugin.py", line 69, in install_or_update
    cls.run(cls.pip_exe(), "install", cmake)
  File "E:\Programming\sublime_text_4100\Data\Packages\LSP-cmake\plugin.py", line 50, in run
    return subprocess.check_output(args=args, cwd=kwargs.get("cwd"), startupinfo=startupinfo)
  File "./python3.3/subprocess.py", line 576, in check_output
  File "./python3.3/subprocess.py", line 819, in __init__
  File "./python3.3/subprocess.py", line 1110, in _execute_child
FileNotFoundError: [WinError 2] 

图片

Even i have,this plugin still trying install cmake-language-server modules

I use pip install this language server,but this plugin not support this way