【问题标题】:-mno-fused-madd error when trying to pip install django-toolbelt尝试 pip install django-toolbelt 时出现 -mno-fused-madd 错误
【发布时间】:2014-08-25 07:54:32
【问题描述】:
clang: warning: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: warning: argument unused during compilation: '-mno-fused-madd'

我无法 pip 安装。有人说这与 XCode 安装有关并执行以下操作 sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install django-toolbelt 我试过了。这最终以“成功”安装结束,但是当我按照https://devcenter.heroku.com/articles/getting-started-with-django 中的指定运行foreman start 时,它只是说

20:48:31 web.1  | started with pid 95750

然后实际上并没有开始任何事情。

【问题讨论】:

    标签: python django heroku gunicorn


    【解决方案1】:

    尝试通过以下方式安装工具带

    https://toolbelt.heroku.com/osx

    看来您已成功安装了 toolbelt。有一次我也有同样的问题。工头开始成功但注意到执行但我可以部署并且工作正常

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-05-26
      • 2014-04-18
      • 2014-04-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多