Anyone know how to get around this error when init...
# ask-community
t
Anyone know how to get around this error when initially starting Dagster?
Copy code
ModuleNotFoundError: No module named 'dagster_postgres'
v
probably need to install
dagster_postgres
in the virtual environment you’re using to start the process
t
ok, did that and it now spits out this error..
Copy code
Error: pg_config executable not found.
Wasn't aware that we had to install PostgreSQL on the box as it's not in the docs from what I could find.
t
Hi there! Great name, by the way. What's the context for how Postgres is being used? Is it to use it as storage for your Dagster instance?
t
It is, we have an RDS instance setup that we are wanting to use and the dagster.yaml is correct, just didn't know there was a little extra setup
Think I got it though...were some obscure modules not mentioned in the docs like dagster_postgresql and dagster_aws.
How just need to figure out how to set it up as a systemd service..