ide-python icon indicating copy to clipboard operation
ide-python copied to clipboard

conda env - Unable to start pyls ()

Open skidzo opened this issue 5 years ago • 2 comments

ERROR: flake8 3.7.9 has requirement pyflakes<2.2.0,>=2.1.0, but you'll have pyflakes 2.2.0 which is incompatible.

the installation of pyls fails atm.

skidzo avatar Apr 16 '20 09:04 skidzo

just fixed it with: pip install -U pyls (inside the conda-env) followed by: pip install 'python-language-server[all]'

skidzo avatar Apr 16 '20 09:04 skidzo

this does not work! Unable to start the Python language server.

Starting from an conda env enabled does not work! Tried: atom --new-instance or: atom leads to: Unable to start the Python language server. Make sure to install pyls 0.19 or newer by running: pip install 'python-language-server[all]' or: python -m pip install 'python-language-server[all]'

pip search pyls pyls (0.1.7) - INSTALLED: 0.1.6 LATEST: 0.1.7 ???

skidzo avatar Apr 16 '20 15:04 skidzo