Nivi Mukka
09/17/2021, 8:26 PMdask_gateway.client.GatewayClusterError: Cluster 'dask-gateway.227aa200f55a45a091b3cf6a0d037563' failed to start, see logs for more informationNivi Mukka
09/17/2021, 8:27 PMNivi Mukka
09/17/2021, 8:27 PMconda in the Dockerfile, now it is using pip to install all packages.Kevin Kho
Nivi Mukka
09/17/2021, 8:29 PMZach Angell
Nivi Mukka
09/17/2021, 8:29 PMdask-gateway==0.9.0
dask==2020.12.0
distributed==2020.12.0Kevin Kho
pip 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
Nivi Mukka
09/17/2021, 8:32 PMpip now instead of conda because of Ananconda’s commercial license.Zach Angell
click 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
Nivi Mukka
09/17/2021, 8:33 PMNivi Mukka
09/17/2021, 8:34 PMKevin Kho
8.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!