gpt4 book ai didi

python - 在 Red Hat 上使用 MySQL 连接器安装 Python

转载 作者:行者123 更新时间:2023-11-29 06:12:04 24 4
gpt4 key购买 nike

我在使 MySQL 连接器与 Python 一起工作时遇到了问题。

现在看起来该模块可以在 Python 2.6.6 中运行,但它无法在 Python 3.4 中找到该模块。

我对如何解决这个问题有点困惑。

最佳答案

由于您通过 yum 获得了 mysql-connector,因此它是为系统 python 安装的。您的自定义 python 3 环境对此一无所知。

因此最好执行以下操作:

  1. 获取pip并为您的 python 安装它 3. 确保 python 在执行 python get_pip.py
  2. 时指向您的自定义安装
  3. 获取mysql-connector的源代码分布:https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz
  4. 使用刚刚安装的 pip 将源代码中的 mysql-connector 安装到 python 环境中:pip install path/to/mysql-connector-python-2.1.3.tar.gz

或者,您可能会考虑使用 virtualenv .

关于python - 在 Red Hat 上使用 MySQL 连接器安装 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37743358/

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