HASS Migration

I’ve decided that I wanted to migrate from my HASS VM to an instance on a Raspberry Pi. I installed Raspbian and ran the AIO installer overnight. This morning I went and shut down home-assistant and copied my .homeassistant folder over to the new instance. After setting the deps folder to deps.old and letting it reinstall all of the dependencies everything appears to be working.

Except.

I’ve been using MySql for the database for a while now. For some reason I can’t get the Recorder, History, and Logbook components to load. I am getting an error of

ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: No module named ‘MySQLdb’ (retrying in 3 seconds)

repeating in the logs 10 times before failing.

I did some searching and only found this thread here about the issue with no known resolution posted.

Has anyone else run across this or have any insight?

U need python MySQL package

Also described here just scroll down