pip 19.2 install raises "Failed to parse" if username contains '@' #6776
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
Environment
Description
It seems like pip 19.2 cannot handle the case of having an email as username in
index-url
:But using
[email protected]
I get:Expected behavior
User names with symbols like
@
should be supported too. It works for 19.1.1.How to Reproduce
Just use
@
as part of the user name.Output
Provided in the examples above.
The text was updated successfully, but these errors were encountered: