[Distutils] error message from testpypi.python.org

Paul Moore p.f.moore at gmail.com
Thu Jan 23 10:05:14 CET 2014


On 23 January 2014 08:28, Thomas Heller <theller at ctypes.org> wrote:
> I'm trying out to submit a wheel to testpypi.python.org and then
> install it from there with pip.  It doesn't work; what does the
> following error message mean?
>
> c:\>py -3.4 -m pip install py2exe -r https://testpypi.python.org/pypi/

The flag -r is for a requirements file. Did you mean -i (--index-url)?

Paul


More information about the Distutils-SIG mailing list