curl-and-python

Re: Potential Bug: pip install fails for 7.19.0.2

From: Oleg Pudeyev <oleg+pycurl_at_bsdpower.com>
Date: Mon, 23 Dec 2013 13:49:32 -0500

On Mon, 23 Dec 2013 12:03:13 +0100
Maik Hoepfel <m_at_maikhoepfel.de> wrote:

> when building a fresh environment on gondor.io, it reproducibly
> fails<http://pastebin.com/882szgcr>as it picks the Windows version of
> the build.

I can reproduce. I did try to upload a
"pycurl-7.19.0.2.win32-py2.7.zip" but supposedly that failed. Now I
know why pypi insists zip files must look like source distributions -
because it treats them as such.

Unfortunately I do not see this file in pypi anywhere to delete it.

I could either re-roll 7.19.0.2 as 7.19.0.2.1, or release 7.19.3 from
master. As the amount of required work would be roughly the same I am
tempted to release 7.19.3 shortly.

As a workaround, you can manually fetch
https://pypi.python.org/packages/source/p/pycurl/pycurl-7.19.0.2.tar.gz#md5=518be33976dbc6838e42495ada64b43f
and give it to pip:

sandbox_at_reactor ~ % fetch
https://pypi.python.org/packages/source/p/pycurl/pycurl-7.19.0.2.tar.gz
pycurl-7.19.0.2.tar.gz 100% of 87 kB 961 kBps
sandbox_at_reactor ~ % pip install pycurl-7.19.0.2.tar.gz
Unpacking ./pycurl-7.19.0.2.tar.gz
  Running setup.py egg_info for package from
file:///home/sandbox/pycurl-7.19.0.2.tar.gz
    Using curl-config (libcurl 7.24.0)
    
Cleaning up...

Apologies for breaking the world.

Oleg

--
Please remove +pycurl when mailing me privately.
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2013-12-23