Re: [cx-oracle-users] cx_Oracle 5.2.1
Brought to you by:
atuining
|
From: Walter D. <wa...@li...> - 2016-01-19 11:16:38
|
On 19 Jan 2016, at 6:24, Anthony Tuininga wrote: > What is cx_Oracle? > > cx_Oracle is a Python extension module that enables access to Oracle > for > Python 2.x and 3.x and conforms to the Python database API 2.0 > specifications > with a number of enhancements. > > Where do I get it? > http://cx-oracle.sourceforge.net > > What's new? > > http://cx-oracle.readthedocs.org/en/latest/releasenotes.html I can't update to 5.2.1: $ pip list | grep cx cx-Oracle (5.2) $ pip install --upgrade cx_Oracle Requirement already up-to-date: cx-Oracle in /Users/walter/pyvenvs/default/lib/python3.5/site-packages $ pip list | grep cx cx-Oracle (5.2) It seems that pip doesn't recognise the new version, because there are only Windows installers in the cheeseshop. Can we get the source distribution please? Servus, Walter |