question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Failed to list clusters: might the server extension not be installed/enabled?

See original GitHub issue

I’m running into the error Failed to list clusters: might the server extension not be installed/enabled? after I’ve ran the following steps and start up JupyterLab in JupyterHub:

pip install dask_labextension
jupyter labextension install dask-labextension
jupyter lab build --minimize=False --dev-build=False

I’m able to see dask-labextension v5.1.0 enabled OK (python, dask_labextension) on jupyter labextension list

I’ve also tried following another comment from a similar error thread (https://github.com/dask/dask-labextension/issues/87#issuecomment-553630615) for enabling serverextension after the jupyter lab build.. (didnt really expect this to work since I have jupyter notebook version > 5.2) which results in :

jupyter serveretension enable dask_labextension
Enabling: dask_labextension
- Writing config: /opt/app-root/src/.jupyter
   - Validating...
Error loading server extension dask_labextension
     is dask_labextension importable?

Environment: os: Debian GNU/Linux 10 (buster) python: 3.8.8

installed via pip dask: 2021.11.1 dask-labextension: 5.1.0 jupyterhub: 1.4.2

jupyter --version jupyter core: 4.7.1 jupyter-notebook: 6.4.1 jupyter lab: 3.0.17

Thanks for any help or tips in advance.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jacobtomlinsoncommented, Nov 23, 2021

Awesome. Strange that they managed to get out of sync, we usually hard pin them. Glad it’s working for you.

0reactions
willyyangcommented, Nov 23, 2021

Thanks that update worked to align the two package versions.

On Mon, Nov 22, 2021 at 8:10 AM Jacob Tomlinson @.***> wrote:

Ok thanks. Looks like some issue between Dask and Distirbuted. I see you have dask 2021.11.1. Does your distributed version match that?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-labextension/issues/214#issuecomment-975682180, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQZSYJXXI5TCWDQEAU7BXLUNJTRDANCNFSM5IKNN6BQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to list clusters: might the server extension not be ...
Hello,. I'm having troubles to get my dashboard setup on a SageMaker notebook instance. ... Nothing much happens doing that. The pop up...
Read more >
Jupyter Lab - dask-labextension not working - Stack Overflow
In juyerlab start up pop up error message - ERROR: "Dask Server Error Failed to list clusters: might the server extension not be...
Read more >
Issues getting started with dask-labextension - Cloud - Pangeo
... I launched Jupyter lab and immediately it returns a pop-up error “Failed to list clusters: might the server extension not be installed/enabled?”....
Read more >
dask-labextension - PyPI
To install the Dask JupyterLab extension you will need to have JupyterLab ... gives a list of initial clusters to start upon launch...
Read more >
JupyterLab Extension for Dask - Morioh
To install the Dask JupyterLab extension you will need to have JupyterLab ... gives a list of initial clusters to start upon launch...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found