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

PyPI readme is outdated, recommends python-language-server #45

Closed
kparal opened this issue Jun 25, 2021 · 1 comment
Closed

PyPI readme is outdated, recommends python-language-server #45

kparal opened this issue Jun 25, 2021 · 1 comment

Comments

@kparal
Copy link

kparal commented Jun 25, 2021

I followed the instructions in the README on PyPI, which says:

Installing these plugins will add extra functionality to the language server:
pyls-mypy Mypy type checking for Python 3

After installing pyls-mypy, it pulls in python-language-server (instead of using python-lsp-server) and downgrades jedi. This can confuse many people. Just by accident, I also read the README here on github, which instead says:

Installing these plugins will add extra functionality to the language server:
mypy-ls: MyPy type checking for Python 3.

which correctly uses python-lsp-server.

I guess there will be even more differences than the one mentioned. It might be a good idea to update the README on PyPI?

@ccordoba12
Copy link
Member

Hey @kparal, thanks for reporting. This was fixed in PR #32 and the Readme will be fixed once we upload a new version to PyPI (which will happen soon).

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