尝试pip install django-toolbelt时出现-mno-fused-madd错误

时间:2014-07-04 03:49:24

标签: python django heroku gunicorn

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'

我无法点击安装。有人说它与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

然后并没有真正开始任何事情。

1 个答案:

答案 0 :(得分:0)

尝试按以下方式安装工具带

  

https://toolbelt.heroku.com/osx

好像你成功安装了工具带。一旦我也遇到同样的问题。工头开始成功,但注意到执行但我能够部署,这是正常工作