1
pip install
でTensorFlowをインストールすると、いくつかのメッセージが生成され、Broken toolchain
というエラーで終了します。ここで転写産物の一部です:pip installコマンドで壊れたツールチェーンエラーが発生する
...<lots of warnings and errors>
You have not agreed to the Xcode license agreements, please run
'xcodebuild -license' (for user-level acceptance) or
'sudo xcodebuild -license' (for system-wide acceptance) from within a
Terminal window to review and agree to the Xcode license agreements.
...<more stack trace output>
File "numpy/core/setup.py", line 653, in get_mathlib_info
raise RuntimeError("Broken toolchain: cannot link a simple C program")
RuntimeError: Broken toolchain: cannot link a simple C program