我需要使用Python Anaconda3-2.5.0-Windows-x86_64連接到Oracle數據庫。由cx_Oracle模塊的安裝:如何將cx_Oracle軟件包安裝到Anaconda 3以便與python 3.5一起使用
conda install -c https://conda.anaconda.org/anaconda cx_oracle
失敗,下面的輸出(修整):
Hint: the following packages conflict with each other:
- cx_oracle
- python 3.5*
於是,我就用「cx_Oracle-5.2.1-11g.win-爲Python 3.5安裝包amd64-py3.5.exe'從https://pypi.python.org/pypi/cx_Oracle/這似乎在工作(不知何故)。即使 '暢達列表' 命令打印行:
cx-oracle 5.2.1 <pip>
但是,當我在Python進入import cx_Oracle;
然後出現
ImportError: DLL load failed: Uvedený modul nebyl nalezen.
。最後本地化部分的粗略翻譯是'未找到模塊'。
如何安裝cx_Oracle模塊?或者有沒有其他方式連接到Oracle數據庫?
你好,我只有一個python安裝,它是python 3.5的anaconda3。運行「PIP安裝cx_Oracle」將與以下錯誤結束: 運行bdist_wheel 運行建立運行build_ext 建築 「cx_Oracle」擴展 錯誤:無法找到vcvarsall.bat ------------ ---------------------------- cx-Oracle – plastique
失敗的建築輪請看看[this](http:// stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat) – Seekheart