Compile error for python on Mac: No module named MySQLdb
You installed python
You did brew install mysql
You did export PATH=$PATH:/usr/local/mysql/bin
And finally, you did pip install MySQL-Python
appear:
Collecting mysql-python
Downloading MySQL-python-1.2.5.zip (108kB)
100% |████████████████████████████████| 112kB 324kB/s
Complete output from command python setup.py egg_info:
sh: mysql_config: command not found
Traceback (most recent call last):
File “<string>”, line 1, in <module>
File “/private/tmp/pip-build-fwrZHD/mysql-python/setup.py”, line 17, in <module>
metadata, options = get_config()
File “setup_posix.py”, line 43, in get_config
libs = mysql_config(“libs_r”)
File “setup_posix.py”, line 25, in mysql_config
raise EnvironmentError(“%s not found” % (mysql_config.path,))
EnvironmentError: mysql_config not found
Solution:
Reinstall MYSQL
Similar Posts:
- Troubleshooting MySQL Python error on MAC
- [Solved] Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-9enuqi/My…
- CentOS 7: How to Solve Mysqlclient Install Error
- Mac version PIP install — upgrade PIP update version error
- EnvironmentError: mysql_config not found
- python mac install MySQLdb ModuleNotFoundError No module named ‘ConfigParser’
- Error in installing MySQL Python on MAC [Solved]
- [How to Solve] ImportError: No module named MySQLdb
- How to Solve Python flash_mysqldb Install error
- How to Solve Error in installing MySQL Python in Pip