Hey, I’m receiving this error when running a docke...
# ask-community
h
Hey, I’m receiving this error when running a docker flow on a k8s cluster. The flow runs fine locally, but fails every time on the cluster:
Copy code
Failed to load and execute Flow's environment: TypeError("default() got an unexpected keyword argument 'default_scopes'")
I tried out some already-deployed flows, they run fine. But if I re-deploy them they start raising the same error. Running
0.13.19
in the container and on the server. Any advice would be great!
k
Hey @Howard Cornwell, this seems like a version mismatch somewhere. Are the versions pinned in your Docker image? Something is likely being installed with a higher version. If you use
conda
, I’ve also seen situations where some packages have lower available versions in
conda
than
pip