尝试pip安装Djangotoolb时出现mnofusedmadd错误

2024-04-19 22:46:08 发布

您现在位置:Python中文网/ 问答频道 /正文

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

然后就什么都不会开始了。你知道吗


Tags: pipinunusedlinefutureerrorbeargument