[issue33086] pip: IndexError

2018-03-17 Thread Berker Peksag
Berker Peksag added the comment: The OP has also asked this on Stack Overflow: https://stackoverflow.com/questions/49329079/distutils-indexerror-tuple-index-out-of-range The problem was that they were passing a tuple to the url field. -- nosy: +berker.peksag

[issue33086] pip: IndexError

2018-03-16 Thread Eric V. Smith
Change by Eric V. Smith : -- status: open -> pending ___ Python tracker ___ ___

[issue33086] pip: IndexError

2018-03-16 Thread Eric V. Smith
Eric V. Smith added the comment: You did not provide enough information for us to reproduce this problem. To see the kind of information we need, see for example https://leantesting.com/write-good-bug-report/ And if you already have determined this is a problem with pip,

[issue33086] pip: IndexError

2018-03-16 Thread Gabriel Hearot
New submission from Gabriel Hearot : Traceback (most recent call last): File "setup.py", line 45, in classifiers=[] File "/usr/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.6/distutils/dist.py", line 955, in