Re: [cx-oracle-users] cx-oracle 5.1.2 "externalized" from PyPI?
Brought to you by:
atuining
|
From: Anthony T. <ant...@gm...> - 2014-02-04 04:56:21
|
Hi, No idea about pip and why it is complaining. Something I guess I'll need to look into. Thanks for the pointer. :-) Anthony On Mon, Jan 27, 2014 at 7:44 AM, Shai Berger <sh...@pl...> wrote: > It appears you cannot now install cx-oracle via pip without > allowing "insecure and unverifiable" files: > > $ pip install cx_Oracle > Downloading/unpacking cx-Oracle > Could not find any downloads that satisfy the requirement cx-Oracle > Some externally hosted files were ignored (use --allow-external > cx-Oracle to allow). > Cleaning up... > No distributions at all found for cx-Oracle > Storing debug log for failure in /home/heal/.pip/pip.log > > $ pip install cx_Oracle --allow-external cx_Oracle > Downloading/unpacking cx-Oracle > Could not find any downloads that satisfy the requirement cx-Oracle > Some insecure and unverifiable files were ignored (use > --allow-unverified cx-Oracle to allow). > Cleaning up... > No distributions at all found for cx-Oracle > Storing debug log for failure in /home/heal/.pip/pip.log > > $ pip install cx_Oracle --allow-external cx_Oracle --allow-unverified > cx-Oracle > Downloading/unpacking cx-Oracle > cx-Oracle is potentially insecure and unverifiable. > Downloading cx_Oracle-5.1.2.tar.gz (208kB): 208kB downloaded > Running setup.py > (path:/home/heal/VirtEnvs/tester/build/cx-Oracle/setup.py) egg_info for > package cx-Oracle > ... > > That "cx-Oracle is potentially insecure and unverifiable." line, as well > as the previous hints to add the flags, are orange. Messages about > cx-Oracle not being found are red. For users who are asked to install > dependencies of a project/product, this all seems very scary. > > Anthony, is this your doing? Assuming not, can you do anything about it? > > Thanks, > Shai. > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |