ide-python
ide-python copied to clipboard
conda env - Unable to start pyls ()
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.
just fixed it with: pip install -U pyls (inside the conda-env) followed by: pip install 'python-language-server[all]'
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 ???