【发布时间】: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