palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.61k stars 285 forks source link

ModuleNotFoundError: No module named 'pyls_jsonrpc' #643

Open runburg opened 5 years ago

runburg commented 5 years ago

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?

runburg commented 5 years ago

Name: python-language-server Version: 0.28.2

ide-python Version: 1.4.2

gatesn commented 5 years ago

You might try upgrading the JSON RPC library:

pip install -U python-jsonrpc-server