Mac pip install mysql-python

首次在mac os 下,用pip install MySQL-Python时经常出现如下错误:

sh: mysql_config: command not found
Traceback (most recent call last):
  File "setup.py", line 15, in <module>
    metadata, options = get_config()
  File "/Users/***/Downloads/MySQL-python-1.2.3/setup_posix.py",
line 43, in get_config
    libs = mysql_config("libs_r")
  File "/Users/***/Downloads/MySQL-python-1.2.3/setup_posix.py",
line 24, in mysql_config
    raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found

经过一翻百度查找,百度表示它知道的解决方法一概都不可行,经过一番尝试,真正的解决方法应该是:

去mysql官网,下载

http://dev.mysql.com/downloads/mysql/

mysql并且安装

安装完成后,打开终端,输入下方语句修改环境变量:

PATH="$PATH":/usr/local/mysql/bin

好了,现在重启终端,并输入

pip install mysql-python

然后问题就顺利解决了。

时间: 2024-12-04 23:49:16

Mac pip install mysql-python的相关文章

Mac OS X El Capitan (10.11) sudo pip install 报错 “OSError: [Errno 1] Operation not permitted”

由于 OS X El Capitan 采用了 System Integrity Protection 保护技术,导致 sudo pip install 安装python包时会产生报错: 1 File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 150, in makedirs 2 makedirs(head, mode) 3 File "/System

pip install wechatpy报错

安装python 版WeChat sdk pip install wechatpy[cryptography] 报错 Found existing installation: six 1.4.1 DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that

mac 上面安装mysql-python

安装过程中一直报错: EnvironmentError: mysql_config not found 最终下面的方式解决: 58down voteaccepted +200 Ok, well, first of all, let me check if I am on the same page as you: You installed python You did brew install mysql You did export PATH=$PATH:/usr/local/mysql/b

使用pip install 或者easy_install安装Python的各种包出现cc failed with exit status 1

*:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; } a { color: #4183C4; } a.absent { color: #cc0000; } a.anchor { display: block; padding-left: 30px; margin-left: -30px; cursor: pointer; position: absolute

使用pip install mysqlclient命令安装mysqlclient失败?(基于Python)

我们使用Django.flask等来操作MySQL,实际上底层还是通过Python来操作的.因此我们想要用Django来操作MySQL,首先还是需要安装一个驱动程序.在Python3中,驱动程序有多种选择.比如有pymysql以及mysqlclient等. 常见的Mysql驱动介绍: MySQL-python:也就是MySQLdb.是对C语言操作MySQL数据库的一个简单封装.遵循了Python DB API v2.但是只支持Python2,目前还不支持Python3.mysqlclient:是

解决Python下pip install MySQL-python失败的问题

命令: pip install MySQL-python 报错: _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No s uch file or directory error: command 'C:\\Program Files (x86)\\Common Files\\Microsoft\\Visual C++ for  Python\\9.0\\VC\\Bin\\cl.exe' fa

Mac升级到EI Captain之后pip install 无法使用问题

错误log: creating /System/Library/Frameworks/Python.framework/Versions/2.7/share error: could not create '/System/Library/Frameworks/Python.framework/Versions/2.7/share': Operation not permitted 原因:因为EI Captain引入了SIP管理机制,所以旧版本的pip创建的文件目录操作被拒绝,包括使用root也

python pip install error

使用pip install的时候报错 解决方法是使用如下的命令进行安装 python -m pip install sqlalchemy 升级pip的命令 报错没有权限的话可以使用下面的方法

解决python的pip install PIL失败问题

安装PIL的时候遇到个问题, pip install PIL Downloading/unpacking PIL   Could not find any downloads that satisfy the requirement PIL   Some externally hosted files were ignored (use --allow-external PIL to allow). Cleaning up... No distributions at all found for