Installation Issues
Installer fails or hangs
Installer fails or hangs
- Hardware Compatibility: The installer detects available hardware capabilities
- Driver Incompatibility: For Ryzen AI systems, ensure you have compatible NPU drivers
- PATH issues: If the installer can’t update your PATH, a warning will be displayed
uv not recognized after install
uv not recognized after install
PowerShell script execution error
PowerShell script execution error
Python version issues
Python version issues
uv venv fails:Lemonade install fails with 404 errors (Linux)
Lemonade install fails with 404 errors (Linux)
gaia init fails with 404 Not Found errors when installing dependencies:Cause: Your apt package cache is stale. Ubuntu repositories are updated frequently, and old package versions get removed.Solution: Update your package cache first:apt update automatically, but you may need to run it manually if you see these errors.Agent & SDK Issues
Agent not found after install
Agent not found after install
Module not found errors
Module not found errors
Tools not registering
Tools not registering
@tool decorator must be inside _register_tools():LLM not responding
LLM not responding
Lemonade Server won't stop
Lemonade Server won't stop
API Server Issues
Connection refused
Connection refused
Model not found error
Model not found error
gaia-code.Agent processing failed
Agent processing failed
Port already in use
Port already in use
Model Issues
Model appears corrupted or gives errors
Model appears corrupted or gives errors
Model download stuck or failed
Model download stuck or failed
Wrong model version installed
Wrong model version installed
Voice & Audio Issues
Audio device errors
Audio device errors
Speech not recognized
Speech not recognized
- Check microphone permissions in system settings
- Ensure microphone is not muted
- Try speaking louder/closer to microphone
- Check
--audio-device-indexis set correctly
TTS not working
TTS not working
RAG & Document Issues
Missing RAG dependencies
Missing RAG dependencies
PDF processing errors
PDF processing errors
- Ensure PDFs have extractable text (not scanned images)
- For scanned PDFs, use OCR preprocessing first
- Check file permissions
Slow document indexing
Slow document indexing
- Use
--statsto monitor progress - Larger documents take more time
- Consider chunking very large documents
Context not being used
Context not being used
- Verify documents were indexed successfully at startup
- Check console output for indexing confirmation
- Ensure document path is correct
Routing Agent Issues
Routing to wrong language
Routing to wrong language
- Be more specific in your query (mention the language)
- Check the routing confidence in logs
- Adjust routing thresholds if available
Too many clarifying questions
Too many clarifying questions
- Include framework/language in initial query
- Set default routing preferences
- Adjust confidence thresholds
Routing agent errors or skips detection
Routing agent errors or skips detection
- Lemonade Server is running
- Routing model is loaded
- Query format is valid
Evaluation Issues
Evaluation mode confusion
Evaluation mode confusion
gaia eval produces inconsistent results:- Check: Are you using Comparative Evaluation or Standalone Assessment mode?
- Fix: Ensure groundtruth data is either embedded or provided via
-gflag - Verify: Look for log message “Loaded ground truth data from:” vs “No ground truth file provided”
Q&A experiments failing
Q&A experiments failing
- Check: Are you using groundtruth files as input?
- Fix: Use
gaia batch-experiment -i ./output/groundtruth/consolidated_qa_groundtruth.json - Why: Q&A groundtruth contains the specific questions models need to answer
Dependency compatibility issues
Dependency compatibility issues
ValueError: numpy.dtype size changedImportError: cannot import name 'ComplexWarning'
Electron App Issues
Cannot find module 'electron'
Cannot find module 'electron'
Tests timeout
Tests timeout