Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip bundle pkg fails if pkg tarball contains .hg dir and mercurial not installed #450

Closed
mwhudson opened this issue Feb 7, 2012 · 0 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@mwhudson
Copy link

mwhudson commented Feb 7, 2012

Currently, the tarball for python-keyring contains .hg files (guess they didn't use sdist) and if hg is not installed, pip bundle keyring fails:

$ pip bundle lava.pybundle keyring
Putting temporary build files in /srv/lava/instances/dev/build-bundle5 and source/develop files in /srv/lava/instances/dev/src-bundle
Downloading/unpacking keyring
  Downloading keyring-0.7.1.zip (40Kb): 40Kb downloaded
  Running setup.py egg_info for package keyring

  Running setup.py egg_info for package keyring

Cannot find command 'hg'
Storing complete log in /home/mwhudson/.pip/pip.log

The workaround is clear (install hg) but this is unexpected.

joyxu pushed a commit to joyxu/lava-deployment-tool-for-linaro-ubuntu that referenced this issue May 15, 2014
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

1 participant