Troubleshooting¶
If you’re having issues with Quantreo, here are the most common fixes.
Installation problems¶
ModuleNotFoundError: No module named 'quantreo'
→ Make sure the library is installed and your virtual env is active:
ImportError: cannot import name ...
→ You’re using an old version. Update Quantreo:
Compatibility¶
Quantreo officially supports Python 3.10 – 3.13. Use 3.11 for full stability.
Runtime errors¶
KeyError: 'close'
→ Your DataFrame must have the correct column names or specify them explicitly:
Still stuck?¶
- Open an Issue on GitHub
- Or contact us directly → lucas@quantreo.com
Tip: Always use the latest version