This guide covers common issues encountered during migration. For breaking
changes and migration steps, see the Migration Guide.
Common Issues and Solutions
Issue: LLM Not Found
Problem:ModuleNotFoundError: No module named 'pandasai.llm'
Solution: Install the appropriate LLM extension
Issue: Skills Not Working
Problem: Skills not being recognized Solution: Use the new@pai.skill() decorator
Issue: Configuration Not Applied
Problem: Configuration settings not taking effect Solution: Use global configurationIssue: Agent Methods Not Found
Problem:AttributeError: 'Agent' object has no attribute 'clarification_questions' (or rephrase_query, explain)
Solution: These methods have been removed in v3. Use alternatives:
