UNARY says
10 years ago
Xcode 5.1 Release Notes # The Apple LLVM compiler in Xcode 5.1 treats unrecognized cmd-line options as errors. This issue has been seen when building Python native extensions
UNARY says
10 years ago
workaround example:
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install gevent --upgrade
立即下載