pip: pip install ./path/to/some.egg doesn't work

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

About this issue

  • Original URL
  • State: closed
  • Created 12 years ago
  • Comments: 17 (12 by maintainers)

Most upvoted comments

The command is wheel convert <eggname>

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

Thanks for the explanation. I am pretty sure I sort of knew that, in the back of my mind, but I was looking at the filename of the egg and it seemed to contain enough information; but I realize that’s just an heuristic.