質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Django

DjangoはPythonで書かれた、オープンソースウェブアプリケーションのフレームワークです。複雑なデータベースを扱うウェブサイトを開発する際に必要な労力を減らす為にデザインされました。

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

Q&A

解決済

1回答

2681閲覧

pipenv install django-heroku でエラーが発生してしまう

nekopanchi

総合スコア10

Django

DjangoはPythonで書かれた、オープンソースウェブアプリケーションのフレームワークです。複雑なデータベースを扱うウェブサイトを開発する際に必要な労力を減らす為にデザインされました。

Heroku

HerokuはHeroku社が開発と運営を行っているPaaSの名称です。RubyやNode.js、Python、そしてJVMベース(Java、Scala、Clojureなど)の複数のプログラミング言語をサポートしている。

0グッド

0クリップ

投稿2022/05/27 14:15

前提

Djangoでpipenvを使って掲示板サイトのようなものを作っています。
作成したWebアプリをherokuに公開するためにdjango-herokuをインストールしたいのですが、エラーが出てしまいます。

発生している問題・エラーメッセージ

Installing django-heroku... Error: An error occurred while installing django-heroku! Error text: Collecting django-heroku Using cached django_heroku-0.3.1-py2.py3-none-any.whl (6.2 kB) Collecting psycopg2 Using cached psycopg2-2.9.3.tar.gz (380 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'error' error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [25 lines of output] /Users/username/.local/share/virtualenvs/kanban-wLU-gKIJ/lib/python3.9/site-packages/setuptools/config/setupcfg.py:459: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running egg_info creating /private/var/folders/lm/s1x6z2lx38xft775sgs3j59m0000gn/T/pip-pip-egg-info-ko9_fd6_/psycopg2.egg-info writing /private/var/folders/lm/s1x6z2lx38xft775sgs3j59m0000gn/T/pip-pip-egg-info-ko9_fd6_/psycopg2.egg-info/PKG-INFO writing dependency_links to /private/var/folders/lm/s1x6z2lx38xft775sgs3j59m0000gn/T/pip-pip-egg-info-ko9_fd6_/psycopg2.egg-info/dependency_links.txt writing top-level names to /private/var/folders/lm/s1x6z2lx38xft775sgs3j59m0000gn/T/pip-pip-egg-info-ko9_fd6_/psycopg2.egg-info/top_level.txt writing manifest file '/private/var/folders/lm/s1x6z2lx38xft775sgs3j59m0000gn/T/pip-pip-egg-info-ko9_fd6_/psycopg2.egg-info/SOURCES.txt' Error: pg_config executable not found. pg_config is required to build psycopg2 from source. 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'. If you prefer to avoid building psycopg2 from source, please install the PyPI 'psycopg2-binary' package instead. For further information please check the 'doc/src/install.rst' file (also at <https://www.psycopg.org/docs/install.html>). [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. This is likely caused by a bug in django-heroku. Report this to its maintainers. ✘ Installation Failed

試したこと

エラーメッセージに書いてあるようにpsycopg2とpsycopg2-binaryのインストールも試しましたが、全く同じエラーが表示されます。

どなたか解決策をご教授いただけないでしょうか。
よろしくお願いいたします。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

自己解決

以下のコマンドを先に実行することで上手くいきました

brew install postgresql

こちらの記事を参考にしました
https://e-tec-memo.herokuapp.com/article/197/

投稿2022/05/28 07:53

nekopanchi

総合スコア10

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問