gpt4 book ai didi

python - 无法在 Windows64 上安装 mysqlclient

转载 作者:行者123 更新时间:2023-12-04 10:06:50 25 4
gpt4 key购买 nike

我正在使用 windows10 64 位、python 3.8.2 并且无法通过 pip3 安装 mysqlclient/mysql,它要求我下载 Microsoft Visual C++ 14.00 的东西,我做了但之后出现了新错误。
我做了一些研究并尝试手动下载 .whl 文件,但仍然无法安装。
因为我需要import MySQLdb我试过 pip3 install mysql-python or install mysqlclient结局并不好。

  _mysql.c
_mysql.c(42): fatal error C1083: Unable to open: “config-win.h”: No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.25.28610\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

当我手动安装 .whl 文件时,出现此错误
$ pip3 install mysqlclient-1.4.6-cp38-cp38-win_amd64.whl
ERROR: mysqlclient-1.4.6-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
WARNING: You are using pip version 20.0.2; however, version 20.1 is available.
You should consider upgrading via the 'c:\python38\python.exe -m pip install --upgrade pip' command.


虽然我可以安装 mysql.connector 因为我使用的是 import mysql.connector在我的其他项目中,我不知道为什么我不能安装 MySQL 或 mysqlclient,我知道有类似的问题,但我没有从其他帖子中找到解决方案。

最佳答案

ERROR: mysqlclient-1.4.6-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.



你有 32 位 Python。使用它您无法安装 64 位轮( amd64.whl )。下载 32 位轮。

或者用 64 位 Python 替换您的 Python 并重新安装所有软件包。

关于python - 无法在 Windows64 上安装 mysqlclient,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61543818/

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