https://dagster.io/ logo
Title
k

Kirk Stennett

04/28/2021, 11:11 PM
Hey all, I'm getting some errors when trying to run tests and when loading a user code repository:
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

daniel

04/28/2021, 11:14 PM
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

Kirk Stennett

04/28/2021, 11:20 PM
That did it - somehow graph and k8s were a patch version up. Thanks!
:condagster: 1