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

Setting up PYLS #927

Open
iqb1990 opened this issue Apr 14, 2021 · 0 comments
Open

Setting up PYLS #927

iqb1990 opened this issue Apr 14, 2021 · 0 comments

Comments

@iqb1990
Copy link

iqb1990 commented Apr 14, 2021

pyls is not working on my Ubuntu. With the command pyls -h I am getting the following result:
usage: pyls [-h] [--tcp] [--host HOST] [--port PORT] [--check-parent-process]
[--log-config LOG_CONFIG | --log-file LOG_FILE] [-v]

Python Language Server
...

However, the command python -m pyls -h provides a different result with __ main __ instead of pyls on the first line:
usage: __ main __.py [-h] [--tcp] [--host HOST] [--port PORT]
[--check-parent-process]
[--log-config LOG_CONFIG | --log-file LOG_FILE] [-v]

Python Language Server

Does this have something to do with pyls not working on Atom's python-ide? How can I fix it? I am on the latest version of python
python --version
Python 3.9.4

Thanks!

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

1 participant