-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Error: Failed to list clusters: might the server extension not be installed/enabled? #214
Comments
Are you able to open a Python prompt and run |
@jacobtomlinson seeing this error:
|
Ok thanks. Looks like some issue between Dask and Distirbuted. I see you have |
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
<#214 (comment)>,
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>.
|
Awesome. Strange that they managed to get out of sync, we usually hard pin them. Glad it's working for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:I'm able to see
dask-labextension v5.1.0 enabled OK (python, dask_labextension)
onjupyter labextension list
I've also tried following another comment from a similar error thread (#87 (comment)) 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 :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.
The text was updated successfully, but these errors were encountered: