-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Error when installing buildbot-slave in pip 7.0.0 and later #2996
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
Comments
because buildbot-slave installation is broken in pip 7.0.0: pypa/pip#2996
Does not look like it's related to Could you retry the install and check what is in the directory reported here:
Did you try running For the record, pip 7.1.0 seems to install correctly |
The directory Similar error occurs when I try to install
Note that in both cases the problem is that the paths contain extra The error occurs on a Docker box running Ubuntu 10.04 and |
Ok, for the record, that's what I'm getting:
Which is certainly transformed in pip into:
Which unfortunately transformed back to:
In the meantime, running |
Thanks for the workaround, setting |
On versions of CPython affected by <http://bugs.python.org/issue14768> (Python 2.6, some versions of Python 2.7 and 3.3), `os.path.expanduser('~/path')` returns `//path` rather than `/path` when `HOME=/`. This affects pip when `os.path.expanduser('~/.cache/pip')` is expanded to `/\\\\.cache/pip`. Although `HOME=/` is probably uncommon on most Linux systems, it is extremely common in Docker images. Fixes pypa#2996.
I get an error when installing buildbot-slave using pip 7.0.0 - 7.1.0:
The same package installs correctly with pip version 6.1.1.
The text was updated successfully, but these errors were encountered: