Hi team, I've been trying to follow the Dagaster t...
# ask-community
n
Hi team, I've been trying to follow the Dagaster tutorial online but have run into quite a lot of dependency issues. The one I am currently stuck on is: cannot import name 'Workspace' from 'dagster.cli.workspace' when trying to run something like dagit -f my_file.py. Would love some advice on how to proceed
c
Hi Naveen, did you install dagster and dagit via:
Copy code
pip install dagster dagit
What versions are you running? You can find out via
Copy code
dagster -v
dagit -v