Slide 13
Slide 13 text
テスト 〜 エラーが出たら自動的に修正
テスト中にエラー発生
→ エラー内容を踏まえて、コードや設定ファイルを修正してくれる
●Bash(python azure_cost_reporter.py --subscription-id XXXXXXXX --year 2024 --month 12)
⎿ Error: (eval):1: command not found: python
●Bash(python3 azure_cost_reporter.py --subscription-id XXXXXXXX --year 2024 --month 12)
⎿ Error: Traceback (most recent call last):
File "/Users/hoge/test/claude-code-test/azure-cost-report-tool/
azure_cost_reporter.py", line 18, in
from sklearn.linear_model import LinearRegression
ModuleNotFoundError: No module named 'sklearn'