Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip freeze has no fidelity if the source is other than PyPI pkg #4005

Closed
chadmiller opened this issue Oct 11, 2016 · 1 comment
Closed

pip freeze has no fidelity if the source is other than PyPI pkg #4005

chadmiller opened this issue Oct 11, 2016 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation C: freeze 'pip freeze' related

Comments

@chadmiller
Copy link

  • Pip version: 8.1.2
  • Python version: 3.4.5
  • Operating System: linux, fbsd

Description:

I expect "pip freeze" to create a file that can reproduce what "pip install" did. That doesn't happen when the install argument is not a PyPI package name.

What I've run:

$ pip install git+https://github.com/chadmiller/textbot_metapriv.git#egg=textbot_metapriv   # a private package that will never be in PyPI
$ pip freeze |grep bot
textbot-metapriv==1.0

So, pip install -r ... will later fail.

@xavfernandez xavfernandez added the C: freeze 'pip freeze' related label Oct 11, 2016
@xavfernandez
Copy link
Member

Duplicate of #609

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: freeze 'pip freeze' related
Projects
None yet
Development

No branches or pull requests

2 participants