Re: [cx-oracle-users] Cannot install cx-Oracle 5.1.1 using pip
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2014-05-27 04:19:22
|
Hi, I suspect that is due to the fact that PyPI used to scrape the download pages and now does not do so. Of course the immediate question is why you are installing 5.1.1 when 5.1.3 was just released? If you really need it you can download it yourself directly from SourceForge (which is where I used to host the files) but I have no intentions of uploading the older versions to PyPI! Anthony On Mon, May 26, 2014 at 9:17 PM, Raymond Tau <ray...@tr...>wrote: > Hi, > > 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 > > > Thanks. > > > ------------------------------------------------------------------------------ > The best possible search technologies are now affordable for all companies. > Download your FREE open source Enterprise Search Engine today! > Our experts will assist you in its installation for $59/mo, no commitment. > Test it for FREE on our Cloud platform anytime! > > http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > |