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

pygls.features no longer exists #88

Closed
benjaminmordaunt opened this issue Mar 18, 2021 · 2 comments · May be fixed by #101
Closed

pygls.features no longer exists #88

benjaminmordaunt opened this issue Mar 18, 2021 · 2 comments · May be fixed by #101
Labels

Comments

@benjaminmordaunt
Copy link

Freshly installing hdl_checker on Python 3.9 produces the following error:

ModuleNotFoundError: No module named 'pygls.features'

Looking through the current pygls source, it seems as though features.py was removed in a recent version?

@suoto suoto added the bug label Mar 20, 2021
@suoto
Copy link
Owner

suoto commented Mar 20, 2021

Yes, it seems like it was removed indeed, thanks for reporting this. I'll have a look at that soon, but in the meantime, if you don't need pygls 0.10.0 or newer, you can use version 0.9.1 (the last version before this change):

pip uninstall pygls
pip install pygls==0.9.1

@suoto suoto closed this as completed in 03e179e Apr 11, 2021
@Freed-Wu
Copy link

@suoto Can you update the code to adapt new pygls? I have many language servers use latest pygls which have conflict with hdl_checker.

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

Successfully merging a pull request may close this issue.

3 participants