Skip to content

Troubleshooting

Syed Ibrahim Omer edited this page Apr 13, 2026 · 1 revision

Troubleshooting

Ticker not found / No data available

  • Confirm the ticker exists on Yahoo Finance.
  • Try a shorter period (e.g. -p 1y) or a different timeframe.

ModuleNotFoundError / command not found

  • Reinstall: pip install indicators-cli
  • Verify: indicators --version

Format write errors

  • Ensure the target directory is writable (-d ./output).
  • Try another format (e.g. Parquet) to isolate format-specific issues.

Profiling/test suite issues

  • The test suite fetches real data; intermittent network/API issues can cause failures.
  • For profiling in live mode, ensure required deps like pyarrow are installed.

Related pages:

Clone this wiki locally