簡體   English   中英

嘗試pip安裝django-toolbelt時出現-mno-fused-madd錯誤

[英]-mno-fused-madd error when trying to pip install django-toolbelt

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

然后實際上並沒有啟動任何東西。

嘗試通過以下方式安裝Toolbelt

https://toolbelt.heroku.com/osx

好像您已成功安裝了toolbelt。 有一次我也有同樣的問題。 工頭開始成功,但注意到執行了,但是我能夠部署,並且工作正常

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM