Open
Description
Hello! Thank you very much for this project and the great work. :)
Description
I was trying to create an environment as described in the readme using the pip installation of python language server, but it doesn't work for me.
The only way it works is if I install conda install -c conda-forge python-language-server
.
Reproduce
- Follow steps 1 through 6 on README file.
- Run jupyter lab on terminal
Get the following result:
-2020-05-24 17:01:33,673 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'autopep8': No module named 'autopep8'
2020-05-24 17:01:33,678 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'mccabe': No module named 'mccabe'
2020-05-24 17:01:33,679 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'pycodestyle': No module named 'pycodestyle'
2020-05-24 17:01:33,680 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'pydocstyle': No module named 'pydocstyle'
2020-05-24 17:01:33,680 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'pyflakes': No module named 'pyflakes'
2020-05-24 17:01:33,681 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'pylint': No module named 'pylint'
2020-05-24 17:01:33,682 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'rope_completion': No module named 'rope'
2020-05-24 17:01:33,682 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'rope_rename': No module named 'rope'
2020-05-24 17:01:33,683 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'yapf': No module named 'yapf'
Context
- Operating System and version: ArchLinux
- Browser and version: Firefox 76
- JupyterLab version: the one indicated on readme