无法在Windows 7机器上的Anconda Python 3.4中安装cx_Oracle

问题描述:

我想使用Python连接到Oracle实例,我发现cx_Oracle是实现相同目标的最佳方式。因为我的Python 3.4.3的蟒蛇分布,我跑了畅达包管理器使用下面的命令来安装包:无法在Windows 7机器上的Anconda Python 3.4中安装cx_Oracle

conda install -c https://conda.anaconda.org/anaconda cx_Oracle 

然而,在执行我得到下面的输出:

Fetching package metadata: ...... 
Solving package specifications: ......... 
Error: Unsatisfiable package specifications. 
Generating hint: 
[  COMPLETE  ]|##################################################| 100% 


Hint: the following packages conflict with each other: 
    - cx_oracle 
    - python 3.4* 

Use 'conda info cx_oracle' etc. to see the dependencies for each package. 

Note that the following features are enabled: 
    - vc10 

我在网上搜索并发现人们已经用Python 3.4安装了cx_Oracle。我不知道我在这里失去了什么,任何帮助将不胜感激。

感谢

我做了一个点子安装cx_Oracle,发现实际的问题是与不可用,安装同一个cx_Oracle包安装得到了后VC++批处理文件。