`pip freeze` includes the current directory, if there is an egg-info.
See original GitHub issueAt 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:
- Created 8 years ago
- Reactions:1
- Comments:18 (13 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.
Thank you! That really helped.
python -m pipnow also takes thepipversion which I install viapip install .