Hey all, I'm getting some errors when trying to ru...
# ask-community
k
Hey all, I'm getting some errors when trying to run tests and when loading a user code repository:
Copy code
dagster.core.errors.DagsterImportError: Encountered ImportError: `cannot import name 'DOCKER_IMAGE_TAG' from 'dagster.core.storage.tags'
Any idea what this comes from? It appears to be around the import for
from dagster_celery_k8s import celery_k8s_job_executor
d
Hi Kirk - my guess is that your version of the dagster library is stuck at an earlier version than your dagster_celery_k8s library
If you can reinstall dagster so that it’s at the latest version, this problem should go away
k
That did it - somehow graph and k8s were a patch version up. Thanks!
condagster 1