Closed
Description
Description
I am getting " ImportError: Unable to import required packages for MySQL loader. Run `pip install --upgrade ‘embedchain[mysql]’ " as a error while running crew. I am using MySQLSearchTool - as specified in the docs. I verified the installation of embedchain - and it is there. Can someone please help.
Steps to Reproduce
Import -> from crewai_tools import MySQLSearchTool
run -> crewai run
Expected behavior
The MYSQL Connector should connect with the database
Screenshots/Code snippets
Operating System
Windows 10
Python Version
3.11
crewAI Version
0.102.0
crewAI Tools Version
=0.102.0,<1.0.0
Virtual Environment
Venv
Evidence
Possible Solution
The unavailability of MySQL reference in Loaders is the issue - may be.
Additional context
NA