So I'm trying to get pyls running on my atom installation.
If I run, python3 -m pip install 'python-language-server[all]' as suggested in atom. Things still aren't working. When I look at pyls --help, I get the "No module named 'pyls_jsonrpc'" error.
Trying to install pyls_jsonrpc doesn't work, any suggestions?
So I'm trying to get pyls running on my atom installation.
If I run,
python3 -m pip install 'python-language-server[all]'
as suggested in atom. Things still aren't working. When I look atpyls --help
, I get the "No module named 'pyls_jsonrpc'" error.Trying to install pyls_jsonrpc doesn't work, any suggestions?