実現したいこと
『import talib as ta』でエラーが起きるので解決したいです
発生している問題・分からないこと
『import talib as ta』をするとエラー『ModuleNotFoundError No module named 'talib'』とでます
なのでターミナルで『pip install ta-lib』と実行するとエラーがでます
エラーメッセージ
error
1『error: subprocess-exited-with-error 2 × Building wheel for ta-lib (pyproject.toml) did not run successfully. 3 │ exit code: 1 4 ╰─> [671 lines of output]』 5と 6『error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX86\\x64\\link.exe' failed with exit code 1120 7 [end of output] 8 9 note: This error originates from a subprocess, and is likely not a problem with pip. 10 ERROR: Failed building wheel for ta-lib 11Failed to build ta-lib 12ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (ta-lib)』 13が見られます
該当のソースコード
特になし
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
TA-Libインストールでのエラー解決
(URL:https://qiita.com/gnx-y901tw/items/2925cc15139df31ba0e2)
や
TA-Lib x64 Download - for windows
(https://github.com/afnhsn/TA-Lib_x64)
を見たりして7時間奮闘しましたが分かりませんでした
一体どうすればよろしいのでしょうか?何卒宜しくお願い致します。
補足
特になし
回答1件
あなたの回答
tips
プレビュー