Installing Pillow, getting -Wunused-command-line-argument-hard-error-in-future

怎甘沉沦 提交于 2019-12-01 20:39:33
Mikko Ohtamaa

This is a known issue with OSX and recent Xcode upgrade.

Instructions how to avoid the issue are here:

Ansible Installation -clang: error: unknown argument: '-mno-fused-madd'

This should do the trick::

  ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install Pillow
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!