2017-07-21 17 views
1

私はマックシエラにTA-Libのを備え付けるしようとしているをインストールピップに終了ステータス1で失敗しました:エラー:コマンド '打ち鳴らすには、' TA-Libの

sudoのピップTA-Libの

しかし、私をインストールこのエラーが発生しました:

error: command 'clang' failed with exit status 1 

    ---------------------------------------- 
Command "/usr/local/opt/python/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-bqV3xq/TA-Lib/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5HBbJo-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-bqV3xq/TA-Lib/ 

どうすればこの問題を解決できますか?

+0

あなたの出力からより多くの行を追加し、実際に有用な情報をアップし、あなたがそれを切ってきたところから、通常は3〜4行です –

答えて

2

インストール手順from their github readme MacOSの上であなたは次のことを必要とすることを示している:

brew install ta-lib 
関連する問題