【问题标题】:Problematic error while installing mysql connector安装 mysql 连接器时出现问题错误
【发布时间】:2020-11-29 09:43:18
【问题描述】:

每当我尝试使用以下命令(基本)安装 python mysql 连接器时:

PS C:\Users\DELL INDIA> conda install -c anaconda mysql-connector-python
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata s

它显示了上面提到的错误并且没有安装!!!

请帮忙

【问题讨论】:

标签: python anaconda mysql-connector-python


【解决方案1】:

我在导航器中创建了一个新环境。有了这个新环境(和 Python 3.8),它给出了一个更清晰的错误消息,即不支持 Python 3.8。然后我为 Python 3.7 创建了一个新环境,并且可以正常安装。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-09-06
    • 1970-01-01
    • 2018-01-14
    • 2012-06-17
    • 1970-01-01
    • 2015-02-12
    • 2019-11-07
    相关资源
    最近更新 更多