Issue with installing MySQL on macos

Getting issues with installing mysql on macos. pipenv install mysql flops out with fails that include:
raise OSError("{} not found".format(_mysql_config_path))
OSError: mysql_config not found

Tried a few things from stackoverflow. None has worked so far. Wondering if anyone came across this?