[Bug 1290847] Re: pyvenv fails due to mising ensurepip module
Matthias Klose
doko at ubuntu.com
Thu Jun 5 16:10:28 UTC 2014
Am 04.06.2014 15:51, schrieb btreecat:
> Matthias Klose, coming from a distro who does a lot less mucking about
> with upstream packages, having deafult language behavior broken infavor
> of idealistic guidlines is just plain bad for UX.
there is nothing broken in "default language behaviour". There is a binary
missing which enables you to create a virtual environment.
> Spin it how you want to but shiping broken packages means some one just
> means someone spent the time trying to make the package conform (and I
> agree with Ivo, why is this just now an issue when virtualenv was
> shipping "incorrectly" before.) but failed to take the time to make it
> actually work as expected. It happens, but it should not happen when it
> does not need to. This was clearly an idealistic need rather than
> technical need. Thats why I say "needlessly."
shipping virtualenv in such a way is a mistake, which only was discovered after
the release. Knowingly shipping something which we cannot ship makes things worse.
The issue was known way before the release, and it was promised to get fixed
before the release (which didn't happen). So the next time if you are
interested in a fix included in a release, please help understanding and fixing
these issues.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1290847
Title:
pyvenv fails due to mising ensurepip module
Status in “python3-defaults” package in Ubuntu:
Confirmed
Status in “python3.4” package in Ubuntu:
Confirmed
Status in “python3.4” package in Debian:
Fix Released
Bug description:
Hello,
I noticed the following
# fails
python3.4 -m venv --clear python-venv
Error: Command '['.../external/python-venv/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1
# works, but no pip
python3.4 -m venv --clear --without-pip python-venv
Thank you
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1290847/+subscriptions
More information about the foundations-bugs
mailing list