Hello...I had to restart my dev agent after a long...
# dagster-plus
y
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
Copy code
AttributeError: 'CommandInfo' object has no attribute 'rich_help_panel'
I just run
Copy code
dagster-cloud agent run .
the dagster.yaml file is this
Copy code
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
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
oh? ok sure
oh was there something funny where it couldn't find the images?
d
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
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
Gotcha - yeah that sounds unrelated
y
ok great, it works now, thanks daniel!
condagster 1
shoot, I'm still getting that other error, though
Copy code
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
Are you able to docker pull it?
y
yes, maybe I'll try downllading a new key
oh maybe I just ran out of space again
ok got it, thanks!
condagster 1