Leandro Hermida
Leandro Hermida
@lgeiger no pressure, just wondering out of interest, are you not going to maintain `ide-python` anymore given that `atom-ide-ui` isn't developed and maintained by Facebook anymore? I think `atom-ide-ui`, the...
> @hermidalc Thanks for asking. I agree `ide-python` hasn't received enough attention from my side lately. Largely due to the fact that I now have a full time job instead...
> As a replacement for `atom-ide-ui`, I can highly recommend the [community supported IDE packages](https://atom-ide-community.github.io/) which provide 80% of the functionality and are maintained by the Atom IDE community. Thanks...
> > The most pressing thing right now regarding this issue is that ide-python does not work anymore with newer versions of pyls, so would consider this a semi-critical issue....
> @hermidalc I already checked this few hours ago. No, with `atom-ide-community` issue still the same, it's not `atom-ide-ui`-related. Not all `pyls` versions was checked in between `0.31.2`-`0.31.9`, but, as...
> **OS**: Arch Linux > atom --version > > **EDIT**: all checks was done inside clean _virtualenv_, pointing atom to it's interpreter. I also am using (Fedora) Linux. Sorry that...
> > **OS**: Arch Linux > > atom --version > > **EDIT**: all checks was done inside clean _virtualenv_, pointing atom to it's interpreter. > > I also am using...
I've done a fresh install of latest Atom 1.45 (on Linux), latest Atom IDE Community packages and requirements, and new conda environment with: ``` python 3.8.2 h8356626_5_cpython conda-forge python-jsonrpc-server 0.3.4...
What's even worse is that `python-language-server=0.31.2` is not installable from `conda-forge` anymore, because for some reason it and certain other 0.31.x versions are labeled [broken](https://anaconda.org/conda-forge/python-language-server/files?page=2). So if you have `conda-forge`...
Maybe this is a bug with `pyls` on Linux and not `ide-python`???