MacOS 安装MysqlDB 问题解决方案( 解决 IndexError: string index out of range)

Posted 我是某某某是我

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MacOS 安装MysqlDB 问题解决方案( 解决 IndexError: string index out of range)相关的知识,希望对你有一定的参考价值。

pip install mysql-python时报错如下:

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/wk/541xl0m91gj7562sn0ddpjg9k8mh7p/T/pip-install-FF6W2Y/MySQL-python/

解决方案:brew install mysql
brew unlink mysql
brew install mysql-connector-c
sed -i -e ‘s/libs="$libs -l "/libs="$libs -lmysqlclient -lssl -lcrypto"/g‘ /usr/local/bin/mysql_config
pip install MySQL-python
brew unlink mysql-connector-c
brew link --overwrite mysql
尊重原创 原文地址:https://blog.csdn.net/eri_feng/article/details/81224106 








以上是关于MacOS 安装MysqlDB 问题解决方案( 解决 IndexError: string index out of range)的主要内容,如果未能解决你的问题,请参考以下文章

MacOS Mojave 10.14.4 安装 MySQLdb 报错处理

MySqlDb 安装错误:Python 2.6; Mac OS 10.6,已安装 XAMPP

如何使用 python 3.2 安装 MySQLdb

MySQL-python 安装 - 错误的架构 - MacOS

mysql-python 不会在 MacOS 上安装

Python安装mysqldb