Does OSX need an install of libmysqlclient15-dev? I\'m trying to compile a gem that is failing and a lot of sources says to install \"libmysqlclient15-dev\" but I only see t
I know this is old, but google got me here. So let's say the solution in 2018 for python3 on OSX.
brew install mysql-client echo 'export PATH="/usr/local/opt/mysql-client/bin:$PATH"' >> ~/.bash_profile source ~/.bash_profile pip install mysqlclient