【发布时间】:2017-05-13 13:00:23
【问题描述】:
Anaconda 一直告诉我 cx_oracle 需要 python 3.4。
我的 conda 版本是 4.3.17
这是在我使用 cx_Oracle-5.3-11g.win-amd64-py3.5-2.exe 安装程序之后。它应该用于 Python 3.5。
conda install -c anaconda cx_oracle=5.2
Fetching package metadata ...............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- cx_oracle 5.2* -> python 3.4*
- python 3.5*
Use "conda info <package>" to see the dependencies for each package.
我正在做一些愚蠢的事情,但我不确定是什么。然而。 想法? 提示?
【问题讨论】: