quivr icon indicating copy to clipboard operation
quivr copied to clipboard

On MacOS: "psql: command not found" when running install_helper.sh or migration.sh

Open codingbutstillalive opened this issue 2 years ago • 1 comments

I am running latest version of MacOS and tried a fresh install of quivr.

Obviously, tables are not created in my Supabase account. There is a an error saying "psql: command not found at migration.sh, line 6"

codingbutstillalive avatar Jul 15 '23 07:07 codingbutstillalive

Try this https://github.com/StanGirard/quivr/issues/655#issuecomment-1635965425

rsoutar avatar Jul 15 '23 10:07 rsoutar

Hi there, solved by running these commands in a terminal:

brew doctor
brew update
brew install libpq
brew link --force libpq

Cheers!

PS. would be super cool to add these directly in the script so it solves it automatically.

rhoconlinux avatar Jul 16 '23 09:07 rhoconlinux

'brew doctor' - what does it do?

thanks a lot :)

codingbutstillalive avatar Jul 16 '23 09:07 codingbutstillalive

Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion.

github-actions[bot] avatar Aug 07 '23 01:08 github-actions[bot]