Nivi Mukka
09/17/2021, 8:26 PMdask_gateway.client.GatewayClusterError: Cluster 'dask-gateway.227aa200f55a45a091b3cf6a0d037563' failed to start, see logs for more information
conda
in the Dockerfile, now it is using pip
to install all packages.Kevin Kho
09/17/2021, 8:27 PMNivi Mukka
09/17/2021, 8:29 PMZach Angell
09/17/2021, 8:29 PMNivi Mukka
09/17/2021, 8:29 PMdask-gateway==0.9.0
dask==2020.12.0
distributed==2020.12.0
Kevin Kho
09/17/2021, 8:29 PMpip show click
in the environment maybe? Prefect needs click for the CLINivi Mukka
09/17/2021, 8:31 PMclick==7.1.2
this is in the GCP Notebook Instance, which is where I am doing the build and pushing flow to PrefectKevin Kho
09/17/2021, 8:31 PMNivi Mukka
09/17/2021, 8:32 PMpip
now instead of conda
because of Ananconda’s commercial license.Zach Angell
09/17/2021, 8:32 PMclick
will be installed as a dependency, meaning click 8.0
or higherNivi Mukka
09/17/2021, 8:33 PMclick
in my Dockerfile explicitly?Zach Angell
09/17/2021, 8:33 PMNivi Mukka
09/17/2021, 8:33 PMKevin Kho
09/17/2021, 8:34 PM8.0
i thinkNivi Mukka
09/17/2021, 9:31 PMclick==7.1.2
to my Dockerfile and that was the fix, thank you so much!