Hi, I'm a newbie. I just started installing dagster and dagit as per https://docs.dagster.io/0.12.0/getting-started. But when I run : dagit -f hello_world.py , I get this error: ImportError: cannot import name 'pipeline' from 'dagster' , even though I have successfully installed dagster and dagit . Has anyone ever had that? my dagster version is dagster-1.3.2
t
Tim Castillo
05/01/2023, 1:46 PM
Hi! Looks like you're using an older version of the docs (0.12).
Here's a link to the up to date docs! https://docs.dagster.io/getting-started
If I may ask, where did you find a link to old docs?