ide-python
ide-python copied to clipboard
Make sure to install pylsp 0.19 or newer by running:
when i run Atom i get this error. PATH has been added to Python, and I've tried most of the ways, nothing helps, I will be glad to every answ
e
I had the same problem. After some analysis I got the following error in pyls:
ImportError: cannot import name 'IS_WIN' from 'pyls'
A new virtual-env with a clean installation of python-lsp-server solved my problem.