-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Compatibility with distributed master #155
Comments
No server currently has a register route. My first guess would be that this is a version mismatch. Are you specifying |
That's my suspicion, but things seem to be OK... I'm running
where docker run --rm -it daskdev/dask:dev python -c 'import distributed; print(distributed.__version__)'
+ '[' '' ']'
+ '[' -e /opt/app/environment.yml ']'
+ echo 'no environment.yml'
no environment.yml
+ '[' '' ']'
+ '[' '' ']'
+ exec python -c 'import distributed; print(distributed.__version__)'
1.28.1+56.g2ba70b31 which matches my local version. Will do some more debugging. edit: though my local python version doesn't match the version in the docker image. That may be part of it. |
Ahh what a fun way to waste an hour. I built the daskdev/dask:dev image locally on my host, but Minikube has a different docker registry. Normally, this would have raised an error, but my Minikube had a daskdev/dask:dev image from 13 months ago 😄 |
:/ |
@mrocklin does it make sense for KubeCluster to inherit from SpecCluster now? |
@TomAugspurger yes! This is on my todo list. |
Not sure if this is 100% related or not, but it appears that dask-kubernetes isn't currently compatible with the newest version of distributed; I'm seeing a lot of:
|
Oh this is embarrassing; I just realized dask-kubernetes was pinned to |
Going to close this as #162 has been merged. |
Seeing errors like
The text was updated successfully, but these errors were encountered: