30
pg_config実行可能ファイルが見つかりません
psycopg2のインストールに問題があります。しようとすると、次のエラーが表示されますpip install psycopg2。 Error: pg_config executable not found. Please add the directory containing pg_config to the PATH or specify the full executable path with the option: python setup.py build_ext --pg-config /path/to/pg_config build ... or with the pg_config option in 'setup.cfg'. ---------------------------------------- Command python setup.py egg_info failed with error code 1 …