You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ cmake-language-server
Traceback (most recent call last):
File "/usr/bin/cmake-language-server", line 33, in<module>
sys.exit(load_entry_point('cmake-language-server==0.1.6', 'console_scripts', 'cmake-language-server')())
File "/usr/bin/cmake-language-server", line 25, in importlib_load_entry_point
returnnext(matches).load()
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/lib/python3.10/site-packages/cmake_language_server/server.py", line 8, in<module>
from pygls.lsp.methods import (
ModuleNotFoundError: No module named 'pygls.lsp.methods'
cmake-language-server: 0.1.6
pygls: 1.0.1
The text was updated successfully, but these errors were encountered:
cmake-language-server: 0.1.6
pygls: 1.0.1
The text was updated successfully, but these errors were encountered: