pip freeze generating format that's incorrectly parsed by pip install -r #2038
Labels
auto-locked
Outdated issues that have been locked by automation
C: freeze
'pip freeze' related
C: vcs
pip's interaction with version control systems like git, svn and bzr
state: awaiting PR
Feature discussed, PR is needed
type: bug
A confirmed bug or unintended behavior
I have lines in my pip freeze output like:
When it comes time to install using
pip install -r requirements.txt
it appears that pip incorrectly identifiesexample.com:gadgets.git@3bda...99adc
as the full URL of the git repository when it fact it should just beexample.com:gadgets.git
and then it should check out the 3bda...99adc commit.If I try to install using the pip freeze output, e.g.
I get the same error.
This is all using pip 1.5.4
The text was updated successfully, but these errors were encountered: