I'm trying to connect to a mySQL server through python on a MacBook Pro, and I need to pip install mysql
to continue. However when I run that command I get the following error:
ModuleNotFoundError: No module named 'ConfigParser'
---------------------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/jc/cn0mjt8s13jfb9w3f42qy27c0000gn/T/pip-install-viy629s3/MySQL-python/
Any ideas on how to get pass this would be greatly appreciated.