pip --install-option
leaks across lines
#5089
Labels
auto-locked
Outdated issues that have been locked by automation
--install-option
leaks across lines
#5089
Description:
Installing two packages using a
requirements.txt
file, where one package requires--install-option
and the second doesn't, the--install-option
leaks from the first package to the second, unless there's an intervening blank line.What I've run:
Repeating the invocation,
pygraphviz
is already installed,M2Crypto
then installs fine.Blank lines etc don't help. It looks as though the list of
--install-option
options is not being reset to empty at the start of the next entry.The text was updated successfully, but these errors were encountered: