Hi, I'm a newbie. I just started installing dagste...
# ask-community
h
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
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?
h
oh, Thank you very much, I will try it.
b
Huh, weird. I was getting it. Created a new environment and was still getting it, but noticed I could connect to the UI. Went back to the original environment and everything’s working fine