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

Cosmetic 'Vbox' error #384

Closed
dhruvbalwada opened this issue Oct 7, 2022 · 2 comments
Closed

Cosmetic 'Vbox' error #384

dhruvbalwada opened this issue Oct 7, 2022 · 2 comments

Comments

@dhruvbalwada
Copy link
Member

dhruvbalwada commented Oct 7, 2022

When I run the following code on the Pangeo or m2lines cloud deployments in the regular notebooks environment, I get an error (also being experienced by @paigem):

from dask_gateway import Gateway
from dask.distributed import Client

gateway = Gateway()
options = gateway.cluster_options()
options.worker_memory = 6
cluster = gateway.new_cluster(options)
cluster.adapt(minimum=1,maximum=5)
cluster

I get the error:
Screen Shot 2022-10-07 at 2 16 51 PM

Things still work fine - cluster is activated, but not sure why this error is being produced.

@guillaumeeb
Copy link
Member

Hi @dhruvbalwada, thanks! This issue is a duplicate of #382.

@dhruvbalwada
Copy link
Member Author

Oops, sorry should have looked more carefully before posting.

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

2 participants