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

Broken, module not found for 'attrs' package even with attrs installed. #74

Open
fcodes0 opened this issue Mar 17, 2023 · 1 comment
Open

Comments

@fcodes0
Copy link

fcodes0 commented Mar 17, 2023

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'
@svavs
Copy link

svavs commented Apr 7, 2023

Running pip3 install --user --upgrade attrs fixed the issue for me.

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