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
Not able to run. I continue to see this error even after installing attrs package.
Traceback (most recent call last):
File "/home/frank/.local/bin/cmake-language-server", line 5, in <module>
from cmake_language_server.server import main
File "/home/frank/.local/lib/python3.10/site-packages/cmake_language_server/server.py", line 8, in <module>
from lsprotocol.types import (
File "/home/frank/.local/lib/python3.10/site-packages/lsprotocol/types.py", line 14, in <module>
import attrs
ModuleNotFoundError: No module named 'attrs'
The text was updated successfully, but these errors were encountered:
Not able to run. I continue to see this error even after installing attrs package.
The text was updated successfully, but these errors were encountered: