mac pip 是否安装mysql_MacOS下安装使用pip方式安装mysqlclient

Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple

Collecting mysqlclient

Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d0/97/7326248ac8d5049968bf4ec708a5d3d4806e412a42e74160d7f266a3e03a/mysqlclient-1.4.6.tar.gz (85 kB)

|████████████████████████████████| 85 kB 1.2 MB/s

Installing collected packages: mysqlclient

Running setup.pyinstall formysqlclient ... error

ERROR: Command errored out with exit status1:

command:/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] ='"'"'/private/var/folders/kx/6dph_b395sj9s8hmjftphl8w0000gn/T/pip-install-w0soojww/mysqlclient/setup.py'"'"'; __file__='"'"'/private/var/folders/kx/6dph_b395sj9s8hmjftphl8w0000gn/T/pip-install-w0soojww/mysqlclient/setup.py'"'"';f=getattr(tokenize,'"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code, __file__,'"'"'exec'"'"'))' install --record /private/var/folders/kx/6dph_b395sj9s8hmjftphl8w0000gn/T/pip-record-qouu8uxi/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/mysqlclient

cwd:/private/var/folders/kx/6dph_b395sj9s8hmjftphl8w0000gn/T/pip-install-w0soojww/mysqlclient/Complete output (30lines):

runninginstallrunning build

running build_py

creating build

creating build/lib.macosx-10.9-x86_64-3.8creating build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/_exceptions.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/compat.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/connections.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/converters.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/cursors.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/release.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

copying MySQLdb/times.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb

creating build/lib.macosx-10.9-x86_64-3.8/MySQLdb/constants

copying MySQLdb/constants/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb/constants

copying MySQLdb/constants/CLIENT.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb/constants

copying MySQLdb/constants/CR.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb/constants

copying MySQLdb/constants/ER.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb/constants

copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb/constants

copying MySQLdb/constants/FLAG.py -> build/lib.macosx-10.9-x86_64-3.8/MySQLdb/constants

running build_ext

building'MySQLdb._mysql'extension

creating build/temp.macosx-10.9-x86_64-3.8creating build/temp.macosx-10.9-x86_64-3.8/MySQLdbgcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/usr/local/opt/mysql-client/include -Dversion_info=(1,4,6,'final',0) -D__version__=1.4.6 -I/usr/local/Cellar/mysql/8.0.18_1/include/mysql -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c MySQLdb/_mysql.c -o build/temp.macosx-10.9-x86_64-3.8/MySQLdb/_mysql.ogcc -bundle -undefined dynamic_lookup -arch x86_64 -g -L/usr/local/opt/mysql-client/lib -I/usr/local/opt/mysql-client/include build/temp.macosx-10.9-x86_64-3.8/MySQLdb/_mysql.o -L/usr/local/Cellar/mysql/8.0.18_1/lib -lmysqlclient -lssl -lcrypto -o build/lib.macosx-10.9-x86_64-3.8/MySQLdb/_mysql.cpython-38-darwin.sold: library not found for -lssl

clang: error: linker command failed with exit code1 (use -v to see invocation)

error: command'gcc' failed with exit status 1

----------------------------------------ERROR: Command errored out with exit status1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] ='"'"'/private/var/folders/kx/6dph_b395sj9s8hmjftphl8w0000gn/T/pip-install-w0soojww/mysqlclient/setup.py'"'"'; __file__='"'"'/private/var/folders/kx/6dph_b395sj9s8hmjftphl8w0000gn/T/pip-install-w0soojww/mysqlclient/setup.py'"'"';f=getattr(tokenize,'"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code, __file__,'"'"'exec'"'"'))' install --record /private/var/folders/kx/6dph_b395sj9s8hmjftphl8w0000gn/T/pip-record-qouu8uxi/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/mysqlclient Check the logs for full command output.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值