【发布时间】:2018-08-14 13:43:28
【问题描述】:
我正在尝试使用 conda 安装 MySQL-python。我收到以下错误:
> conda install MySQL-python
Fetching package metadata .........
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- mysql-python -> python 2.7* -> openssl 1.0.1*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
我什至不明白哪个是冲突...也许python 2.7和3.7不能共存?
【问题讨论】:
标签: python mysql-python conda