This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lac
Recipients dstufft, eric.araujo, lac
Date 2015-09-17.13:55:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442498140.39.0.803363525343.issue25151@psf.upfronthosting.co.za>
In-reply-to
Content
I am reporting this here so that the next person who runs into this and looks into the bug tracker will find out what to do.

You cannot create a venv with Python3.3, 3.4, 3.5. on debian (and likely
on many debian-derived distros). 

 Instead you get Error: Command '['<directory>/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 
1

Debian knows all about this, but they don't want to make changes.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732703

Instead, if you want venv to work you will need to install the debian packages python3-venv (for 3.4) and python3.5-venv for 3.5.

Can somebody close this issue now, as this is clearly a debian issue and not a Python bug.  I am just reporting it here so that somebody else who has the problem can find out what to do.
History
Date User Action Args
2015-09-17 13:55:40lacsetrecipients: + lac, eric.araujo, dstufft
2015-09-17 13:55:40lacsetmessageid: <1442498140.39.0.803363525343.issue25151@psf.upfronthosting.co.za>
2015-09-17 13:55:40laclinkissue25151 messages
2015-09-17 13:55:39laccreate