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
然后并没有真正开始任何事情。
答案 0 :(得分:0)