easyaccess icon indicating copy to clipboard operation
easyaccess copied to clipboard

cx_Oracle error for easyaccess

Open hoyleb opened this issue 8 years ago • 16 comments

I'm on a mac OSX 10.11.4, and installed easyaccess using an up to date conda

$ python -V Python 2.7.12 :: Anaconda 4.0.0 (x86_64)

I keep getting this error message about Oracle. But I've not been able to fix it. I also got the error after installing via the "python install_oracleclient.py" script.

import easyaccess as ea File "//anaconda/lib/python2.7/site-packages/easyaccess.py", line 19, in import cx_Oracle File "//anaconda/lib/python2.7/site-packages/cx_Oracle-5.2.1-py2.7-macosx-10.5-x86_64.egg/cx_Oracle.py", line 7, in File "//anaconda/lib/python2.7/site-packages/cx_Oracle-5.2.1-py2.7-macosx-10.5-x86_64.egg/cx_Oracle.py", line 6, in bootstrap ImportError: dlopen(/Users/hoyleb/.python-eggs/cx_Oracle-5.2.1-py2.7-macosx-10.5-x86_64.egg-tmp/cx_Oracle.so, 2): Library not loaded: ./libclntsh.dylib.11.1 Referenced from: /Users/hoyleb/.python-eggs/cx_Oracle-5.2.1-py2.7-macosx-10.5-x86_64.egg-tmp/cx_Oracle.so Reason: image not found

hoyleb avatar Jul 11 '16 09:07 hoyleb