Re: [cx-oracle-users] Cannot install cx-Oracle 5.1.1 using pip
Brought to you by:
atuining
From: Shai B. <sh...@pl...> - 2014-05-27 06:29:16
|
Hi, On Tuesday 27 May 2014 06:17:23 Raymond Tau wrote: > > Starting from 26 May, we found that we could not install cx-Oracle 5.1.1 using pip. Previously, that was running fine. May I know if that is an accident or intentional? Here is the output when I tried to install cx-Oracle 5.1.1: > > (testaaa)Sparrow:bin raymondtau$ pip install cx-Oracle==5.1.1 > > Downloading/unpacking cx-Oracle==5.1.1 > > > > Could not find a version that satisfies the requirement > > cx-Oracle==5.1.1 (from versions: 5.1.3) > > > > Cleaning up... > > No distributions matching the version for cx-Oracle==5.1.1 > > Storing complete log in /Users/raymondtau/.pip/pip.log > I suppose that this is the cumulative result of: 1) pip no longer installing packages hosted off of PyPI (see thread in this list titled """cx-oracle 5.1.2 "externalized" from PyPI?""") and 2) the fact that 5.1.3, released yesterday, is hosted on PyPI. The flags mentioned in the older thread may (or may not; haven't tried) help you install the older version via pip. HTH, Shai. |