https://dagster.io/ logo
Title
y

Yang

12/21/2022, 10:36 PM
Hello...I had to restart my dev agent after a long time. dagster-cloud is now at version 1.1.6 I'm getting this error now
AttributeError: 'CommandInfo' object has no attribute 'rich_help_panel'
I just run
dagster-cloud agent run .
the dagster.yaml file is this
instance_class:
  module: dagster_cloud.instance
  class: DagsterCloudAgentInstance

dagster_cloud_api:
  agent_token: agent:yvesblue:<token>
  deployment: dev

user_code_launcher:
  module: dagster_cloud.workspace.docker
  class: DockerUserCodeLauncher

  
run_coordinator:
  module: dagster.core.run_coordinator
  class: QueuedRunCoordinator
  config:
    max_concurrent_runs: 4
    tag_concurrency_limits:
      - key: "job_type"
        value: "write_valid_data"
        limit: 1

local_artifact_storage:
  module: dagster.core.storage.root
  class: LocalArtifactStorage
  config:
    base_dir: "/var/dagster_artifacts"
d

daniel

12/21/2022, 10:37 PM
hi Yang - i think we just landed a fix for this - until that goes live is it possible for you to upgrade your 'typer' package to something >= 0.6.0 ?
y

Yang

12/21/2022, 10:37 PM
oh? ok sure
oh was there something funny where it couldn't find the images?
d

daniel

12/21/2022, 10:39 PM
sorry, 0.6.0 not 6.0
we have an unexpressed pin in our code to the typer package
if you upgrade typer, the problem should go away. Not sure what you're referring to about images
y

Yang

12/21/2022, 10:41 PM
oh ok, suddenly in that deployment in dagster-cloud, it said it couldn't find the GCP image to download. maybe it was just an authentication issue
d

daniel

12/21/2022, 10:41 PM
Gotcha - yeah that sounds unrelated
y

Yang

12/21/2022, 10:42 PM
ok great, it works now, thanks daniel!
:condagster: 1
shoot, I'm still getting that other error, though
ERROR - Error while updating server for dev:esg_score: docker.errors.ImageNotFound: 404 Client Error for <http+docker://localhost/v1.41/containers/create?name=esgscore-dev-02d300>: Not Found ("No such image: us-central1-docker.pkg.dev/electric-vault-237722/esg-score/dev:22d0f1")
but the image is there
d

daniel

12/21/2022, 11:06 PM
Are you able to docker pull it?
y

Yang

12/21/2022, 11:14 PM
yes, maybe I'll try downllading a new key
oh maybe I just ran out of space again
ok got it, thanks!
:condagster: 1