Amazon Elastic Beanstalk に Psycopg2 を使用するプロジェクトを (Python で) アップロードしようとしています。私のプロジェクトとrequirements.txtファイルを含むzipファイルでこれを行っています。
しかし、私はこのエラーを受け取っています:
psycopg2>=2.4.6 のダウンロード/解凍 (-r /opt/python/ondeck/app/requirements.txt (3 行目) から) パッケージ psycopg2 の setup.py egg_info の実行 エラー: pg_config 実行可能ファイルが見つかりません。
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'. Complete output from command python setup.py egg_info: running egg_info
Amazonでこれを解決するにはどうすればよいですか?