pip3.x error using LIST instead of list

Chris Angelico rosuav at gmail.com
Tue Feb 11 09:58:38 EST 2014


On Wed, Feb 12, 2014 at 1:50 AM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> On 11/02/2014 14:41, Chris Angelico wrote:
>>
>> On Wed, Feb 12, 2014 at 1:27 AM, Johannes Findeisen <mailman at hanez.org>
>> wrote:
>>>
>>> Hi, I get the same error with an older release of pip. But, I get that
>>> error regardless which uppercase argument I am passing to pip. Look
>>> below:
>>>
>>
>> Correct. The exception is thrown before it's looked at what the
>> subcommand is; it happens any time the argument != argument.lower().
>> Simple work-around: always type subcommands in lower-case :)
>>
>
> No matter what I try I can't get the subcommands in lower-case when I have
> caps lock on, is there a simple work-around for this as well? :)

Hold Shift :)

ChrisA



More information about the Python-list mailing list