[Distutils] PEP 438 - Transition Phase 1

Donald Stufft donald at stufft.io
Mon May 20 20:12:37 CEST 2013


It requires pip because it process requirements files too. I don't think pip works in install_requires though. 

A few versions older didn't parse requirements files and didn't have pip requirement. 

On May 20, 2013, at 12:05 PM, PJ Eby <pje at telecommunity.com> wrote:

> On Sun, May 19, 2013 at 7:26 PM, Richard Jones <richard at python.org> wrote:
>> Donald wrote a handy script to help make this easier:
>> 
>> https://pypi.python.org/pypi/pypi-show-urls
> 
> Doesn't seem to work for me:
> 
> $ pypi-show-urls -u pje
> Traceback (most recent call last):
>  File "/usr/bin/pypi-show-urls", line 8, in <module>
>    load_entry_point('pypi-show-urls==2.1.1', 'console_scripts',
> 'pypi-show-urls')()
>  File "build/bdist.linux-i686/egg/pkg_resources.py", line 318, in
> load_entry_point
>  File "build/bdist.linux-i686/egg/pkg_resources.py", line 2221, in
> load_entry_point
>  File "build/bdist.linux-i686/egg/pkg_resources.py", line 1954, in load
>  File "build/bdist.cygwin-1.7.15-i686/egg/pypi_show_urls/__main__.py",
> line 24, in <module>
> ImportError: No module named pip.req
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> http://mail.python.org/mailman/listinfo/distutils-sig


More information about the Distutils-SIG mailing list