-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Syed Ibrahim Omer edited this page Apr 13, 2026
·
1 revision
- Confirm the ticker exists on Yahoo Finance.
- Try a shorter period (e.g.
-p 1y) or a different timeframe.
- Reinstall:
pip install indicators-cli - Verify:
indicators --version
- Ensure the target directory is writable (
-d ./output). - Try another format (e.g. Parquet) to isolate format-specific issues.
- The test suite fetches real data; intermittent network/API issues can cause failures.
- For profiling in live mode, ensure required deps like
pyarroware installed.
Related pages:
- Getting Started
- CLI Reference
- Configuration & Templates
- Indicators (Overview)
- Output Formats
- Advanced Usage
- Troubleshooting
- Pipeline
- CLI Parsing
- Data Source (Yahoo Finance)
- Source Data Deep Dive
- Schema Normalization
- Data Shape Invariants
- Output Writing
- Write Output Deep Dive
- Config Resolution
- Polars Engine
- Source Modules
- Testing
- Performance
- Indicators Engine
- Reproducibility