Pythagora-io / gpt-pilot

The first real AI developer
Other
29.06k stars 2.91k forks source link

[Howto]: Is the PostgreSQL configuration not correct? #820

Open chatterzhao opened 3 months ago

chatterzhao commented 3 months ago

Version

VisualStudio Code extension

Operating System

Windows 10

Your question

Why does the psql --version show PostgreSQL 16.2, yet GPT Pilot still prompts that PostgreSQL is not installed?

image

techjeylabs commented 2 months ago

sounds like a PATH issue, pythagora is executing in a different env therefore it might not be able to reach psql, you need to add psql to the PATH of the used venv of your pythagora installation.