Re: [cx-oracle-users] cx_Oracle 6.2
Brought to you by:
atuining
From: Walter <wa...@li...> - 2018-03-08 11:43:14
|
On 7 Mar 2018, at 19:20, Anthony Tuininga wrote: > Walter, > > I just pushed a new release (cx_Oracle 6.2.1) since the correction of > the > source package seems to have disabled binary wheels. Can you give it a > whirl now and let me know if it corrects your issue as well? 6.2.1 did indeed work (both on the Mac and on Windows) without any problems. Thanks! > Anthony > > On Wed, Mar 7, 2018 at 9:48 AM, Anthony Tuininga > <ant...@gm... >> wrote: > >> Hi Walter, >> >> Can you take a look at the code in pip and see what it is complaining >> about? And/or add some additional logging (pip -v -v -v install >> cx_Oracle). >> I see that it is downloading source as well, not a binary wheel. I >> just >> tried that on Windows and Linux and neither of them download the >> binary >> wheels. I'm not sure if this is due to the turmoil surrounding the >> upgrade >> to Warehouse or something else. I'm looking into it. >> >> Anthony >> >> On Wed, Mar 7, 2018 at 9:14 AM, Walter Dörwald >> <wa...@li...> >> wrote: >> >>> On 6 Mar 2018, at 18:19, Anthony Tuininga wrote: >>> >>> Hi Walter, >>> >>> This error is due to the fact that cxoModule.h is a file with a new >>> extension so it wasn't covered by MANIFEST.in. >>> I have corrected that and >>> also uploaded a revised source package so this should be corrected >>> now. >>> Apologies for the inconvenience! >>> >>> Thanks! Now the installation worked on my Mac. >>> >>> However on a (german) Windows 10, we get the following error: >>> >>> C:\Users\hannes>pip install cx_Oracle >>> […] >>> >>> Servus, >>> Walter Servus, Walter |