# Issue with installing MySQL on macos

**URL:** https://forum.codewithmosh.com/t/issue-with-installing-mysql-on-macos/5924
**Category:** Django
**Created:** [July 5, 2021, 5:50pm UTC](https://forum.codewithmosh.com/t/issue-with-installing-mysql-on-macos/5924 "2021-07-05T17:50:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![motorcyclediary](https://avatars.discourse-cdn.com/v4/letter/m/e47774/32.png) [@motorcyclediary](https://forum.codewithmosh.com/u/motorcyclediary)
#### Post date: [July 5, 2021, 5:50pm UTC](https://forum.codewithmosh.com/t/issue-with-installing-mysql-on-macos/5924/1 "2021-07-05T17:50:29Z")

</div>

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?
