pip install ./path/to/some.egg doesn't work
See original GitHub issuePartially I’m just curious, but I also think this should probably work: why does ‘pip install [sdist]
’ work but not ‘pip install [egg]
’?
The ability to locally install binary eggs would be helpful when distributing software to end users for testing, before sticking it on PyPI.
(Sorry if this is a duplicate, none of the tickets I could find involving eggs seemed to cover this exactly.)
Issue Analytics
- State:
- Created 11 years ago
- Comments:17 (12 by maintainers)
Top Results From Across the Web
python - pip: Why sometimes installed as egg ... - Stack Overflow
For me it seems random. Sometimes it gets installed as egg, sometime as flat. pip help install shows only an option --egg which...
Read more >Problem with egg links - Google Groups
My computer isn't processing egg-link files in virtualenvs for some reason. When I "pip install -e" or "python setup.py develop" a
Read more >pip 1.0 - PyPI
One of the reasons pip doesn't install “multi-version” eggs is that virtualenv removes much of the need for it. Because pip is installed...
Read more >Changelog - pip documentation v22.3.1
Fix an issue where installing from a directory would not copy over certain directories which were being excluded, however some build systems rely...
Read more >PIP Install Git - A quick read - ActiveState
Try a faster and easier way to work with Python packages like Exchangelib. Use Python 3.9 by ActiveState and build your own runtime...
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 FreeTop Related Reddit Thread
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
Top GitHub Comments
The command is
wheel convert <eggname>
If that’s true, then a useful error message would be nice.