Hey team, I’m trying to start hacker_news example...
# ask-community
m
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
what command are you running?
d
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