gpt4 book ai didi

python - 在 MacOS Sierra (Python 3.6) 上安装 mysqlclient 时出错

转载 作者:行者123 更新时间:2023-12-01 00:00:01 25 4
gpt4 key购买 nike

我正在尝试为我的 MacOS Sierra (Python3) 安装 mysqlclient。

好吧,我尝试按照官方页面上的说明进行操作 https://github.com/PyMySQL/mysqlclient-python .

所以,一切都很好,直到:

pip install mysqlclient
pip3 install mysqlclient

接下来的事情是:

Collecting mysqlclient
Using cached mysqlclient-1.3.10.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/q4/j199zrpj015c7dyj7qfl22qm0000gn/T/pip-build-9v6DOo/mysqlclient/setup.py", line 17, in <module>
metadata, options = get_config()
File "setup_posix.py", line 54, in get_config libraries = [dequote(i[2:]) for i in libs if i.startswith('-l')]
File "setup_posix.py", line 12, in dequote if s[0] in "\"'" and s[0] == s[-1]:
IndexError: string index out of range

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/q4/j199zrpj015c7dyj7qfl22qm0000gn/T/pip-build-9v6DOo/mysqlclient/

如果有人有解决它的想法,请帮助我。 (库是用 brew 下载的)。我怀疑我的 Mac 上同时安装了 Python 2.7 和 Python 3.6。但是,其实我不知道:)

编辑:花了几个小时的搜索,仍然找不到答案

最佳答案

https://stackoverflow.com/a/43645248/7136153这对我有帮助。我执行以下操作:

brew uninstall mysql-connector-c
brew install mysql
pip3 install mysqlclient

关于python - 在 MacOS Sierra (Python 3.6) 上安装 mysqlclient 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44501705/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com