On 5/20/15 2:24 PM, Mehdi wrote:
I just tried cx_oracle 5.1.3 with python 3.4:
|
C:\temp\cx_Oracle-5.1.3>python setup.py build
running build
running build_ext
building 'cx_Oracle'extension
creating build
creating build\temp.win32-3.4-9i
creating build\temp.win32-3.4-9i\Release
C:\ProgramFiles\MicrosoftVisualStudio10.0\VC\BIN\cl.exe /c /nologo /Ox/MD /W3 /GS-/DNDE BUG -IC:\oracle\ora90\oci\include -IC:\oracle\ora90\rdbms\demo -IC:\Python34\include -IC:\Pyt hon34\include /Tccx_Oracle.c /Fobuild\temp.win32-3.4-9i\Release\cx_Oracle.obj -DBUILD_VERSION
=5.1.3
cx_Oracle.c
cx_Oracle.c(27):fatal error C1189:#error:Unsupportedversion of OCI.
error:command 'C:\\Program Files\\Microsoft Visual Studio 10.0\\VC\\BIN\\cl.exe'failed with
exitstatus 2
|

You should install newer OCI libraries to use for the client install, they should be compatible with an older server version. Email the cx_oracle mailing list at http://lists.sourceforge.net/lists/listinfo/cx-oracle-users ; support information for cx_oracle can be found at https://bitbucket.org/anthony_tuininga/cx_oracle.


--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to