https://dagster.io/ logo
Title
m

Milos Tomic

12/02/2021, 10:53 AM
Hey team, I’m trying to start hacker_news example by running dagit command in cli, but I’m getting error:
/Users/milostomic/.virtualenvs/dagster/lib/python3.10/site-packages/dagster/core/workspace/context.py:533: UserWarning: Error loading repository location hacker_news:ModuleNotFoundError: No module named 'hacker_news'
Shall I configure DAGSTER_HOME or something else I’m missing?
m

max

12/02/2021, 4:34 PM
what command are you running?
d

daniel

12/02/2021, 5:59 PM
You may need to do a 'pip install -e .' in your python environment in the hacker-news folder to install the module first. note the caveats here about running hacker-news yourself: https://github.com/dagster-io/dagster/tree/master/examples/hacker_news#note