0
我想使用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。我不知道我在這裏失去了什麼,任何幫助將不勝感激。
感謝