编辑时间2018-05-28
问题:
cx_Oracle.DatabaseError: DPI-1047: 64-bit Oracle Client library cannot be loaded: "d:\app\sabre\product\11.2.0\client_1\bin\oci.dll is not the correct architecture". See https://oracle.github.io/odpi/doc/installation.html
![](https://img.haomeiwen.com/i9060015/9f1e4f612cb8920c.png)
解决办法
python 2.7 版本下载的cx_oracel 版本6.2.1 版本过高,办法
conda uninstall cx_oracel
conda list cx_oracel
conda info cx_oracel
conda install cx_oracel=5.2.1
![](https://img.haomeiwen.com/i9060015/3fd0bf0b3171d5c6.png)
运行看看不报错成功
![](https://img.haomeiwen.com/i9060015/bcc7c9264d9e89d5.png)
网友评论