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 install ./path/to/some.egg doesn't work

See original GitHub issue

Partially 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:closed
  • Created 11 years ago
  • Comments:17 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
pfmoorecommented, Sep 11, 2014

The command is wheel convert <eggname>

2reactions
glyphcommented, Mar 25, 2012

If that’s true, then a useful error message would be nice.

Read more comments on GitHub >

github_iconTop 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 >

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 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