Problem importing conversations from server side

Version: b3dda92-CC

Hello, I’ve been trying to migrate conversations from a rasa instance thats running on a remote server to my local machine. For that purpose I i downloaded the python migration script from the docs Importing Conversations.

I then tried running the script on my local machine with the endpoitns.yml file from my server, but I get the following error: “ModuleNotFoundError: No module named ‘MySQLdb’”.

Things I have done: installed mysql on my local machine, installed mysql-client on my machine. Yet I am still getting the above error.

RASA on my remote server is using MySQL as the database for the conversation tracker.

I would really appreciate some help, kind regards

Hi @LostButImproving, MySQL is not supported by default. Which mysql python client did you install?