question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`pip freeze` includes the current directory, if there is an egg-info.

See original GitHub issue

At least when the current directory is a git repository. In addition, it treats as something wanting -e and also gives it the wrong #egg (it appears to give it <package-name>-<git-branch> as the #egg).

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:18 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
uranusjrcommented, Feb 26, 2020

It’s not fixed; the PR was closed because it was abandoned in a non-mergeable state. Feel free to re-apply the changes and submit a new PR against master.

0reactions
gutsytechstercommented, Mar 1, 2020

Thank you! That really helped. python -m pip now also takes the pip version which I install via pip install .

Read more comments on GitHub >

github_iconTop Results From Across the Web

where does `pip freeze` read info from? - Stack Overflow
The pip freeze command checks your site-packages folder to determine what is or is not installed. The location of this folder will vary ......
Read more >
Pip freeze, vcs urls and pep 517 (feat. editable installs)
pip freeze works in presence of editable installs because it knows about egg-links to find the source and look if it's a vcs...
Read more >
pip install — pip 10.0.0.dev0 documentation
Once pip has the set of requirements to satisfy, it chooses which version of ... creates the “egg-info” directly relative the current working...
Read more >
Using Python's pip to Manage Your Projects' Dependencies
By default, the directory that contains the pip executable should be present in PATH after you install Python or create a virtual environment....
Read more >
The Internal Structure of Python Eggs - Setuptools
Setuptools, however, only includes the version number in the filename when an .egg file is built using the bdist_egg command, or when an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found