gpt4 book ai didi

python - 在 MacOS 上安装 Django-tool belt 的错误消息

转载 作者:行者123 更新时间:2023-11-28 17:41:30 24 4
gpt4 key购买 nike

我正在尝试按照 Heroku 上的教程部署 Django 应用程序。根据教程 ( https://devcenter.heroku.com/articles/getting-started-with-django ),我在 virtualenv 环境中执行此操作,并且已经到了我输入的地步:

pip install django-toolbelt

当我尝试安装 django-toolbelt 时,我收到以下错误消息:

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'.

我试过从源代码下载 PostgreSQL 并自己编译,我试过从 django-toolbelt 单独下载 psycopg2,然后进入 psycopg2 文件夹并为 pg_config 添加特定的路径文件。我发现了一个旧线程 ( Error when attempting to install django-toolkit within a python virtualenv ),它似乎描述了相同的问题,并且我尝试了该帖子中提供的解决方案,但得到了相同的错误消息。我不清楚那个问题的原始发布者是否找到了解决问题的方法,但我希望有人有想法。

这听起来很熟悉吗?我对此很陌生,目前还没有什么好主意可以尝试。感谢阅读并感谢您提供的任何帮助!

最佳答案

这为我修复了它:http://schalk-neethling.co.za/2015/01/resolving-error-pg_config-executable-not-found-on-mac/

  • brew 安装 postgresql
  • export PATH=/usr/local/Cellar/postgresql/9.4.0/bin:$PATH 注意:检查你的版本号
  • pip 安装 psycopg2

关于python - 在 MacOS 上安装 Django-tool belt 的错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23581636/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com