Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install jupyter-lsp-python-lsp-server and jupyter-lsp-python-plugins #25

Closed
maresb opened this issue Apr 26, 2021 · 2 comments
Closed

Comments

@maresb
Copy link

maresb commented Apr 26, 2021

It looks like pyls-black requires python-language-server so then you wind up with the nasty pinning problems with parso etc.

$ docker run --rm -it condaforge/mambaforge
(base) root@6620e96293ad:/# mamba install jupyter-lsp-python-lsp-server jupyter-lsp-python-plugins

                  __    __    __    __
                 /  \  /  \  /  \  /  \
                /    \/    \/    \/    \
███████████████/  /██/  /██/  /██/  /████████████████████████
              /  / \   / \   / \   / \  \____
             /  /   \_/   \_/   \_/   \    o \__,
            / _/                       \_____/  `
            |/
        ███╗   ███╗ █████╗ ███╗   ███╗██████╗  █████╗
        ████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗
        ██╔████╔██║███████║██╔████╔██║██████╔╝███████║
        ██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
        ██║ ╚═╝ ██║██║  ██║██║ ╚═╝ ██║██████╔╝██║  ██║
        ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚═════╝ ╚═╝  ╚═╝

        mamba (0.7.12) supported by @QuantStack

        GitHub:  https://github.com/mamba-org/mamba
        Twitter: https://twitter.com/QuantStack

█████████████████████████████████████████████████████████████


Looking for: ['jupyter-lsp-python-lsp-server', 'jupyter-lsp-python-plugins']

conda-forge/noarch       [====================] (00m:01s) Done
conda-forge/linux-64     [====================] (00m:03s) Done
Encountered problems while solving.
Problem: package jupyter-lsp-python-lsp-server-1.2.0-pyhd8ed1ab_0 requires jupyter-lsp 1.2.0 pyhd8ed1ab_0, but none of the providers can be installed
@krassowski
Copy link
Contributor

Yes, we knew that plugins would be a pain during the transition maybe we did it too fast before everyone caught up with it :( There is an issue open here: rupert/pyls-black#35 and coc team also stumbled upon this here: yaegassy/coc-pylsp#1

To avoid things like that it would be ideal we we could encourage the plugin authors to transition as well (or if they are no longer interested in maintenance, to move it to the community organization) or if they would prefer to stay with the unmaintained pyls version to forks the plugins. Not sure what is the best course of action now.

@krassowski krassowski mentioned this issue May 31, 2021
3 tasks
@bollwyvl
Copy link
Contributor

Closing as resolved by #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants