virtualenv -p python2.6 fails with ValueError: zero length field name in format
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-virtualenv (Debian) |
Fix Released
|
Unknown
|
|||
python-virtualenv (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Trusty |
Triaged
|
Low
|
Unassigned | ||
Wily |
Triaged
|
Low
|
Unassigned |
Bug Description
I'm trying to create a virtualenv with Python 2.6, using python2.6 2.6.9-3.2+utopic1 from ppa:fkrull/
$ virtualenv -p python2.6 /tmp/py26
Running virtualenv with interpreter /usr/bin/python2.6
New python executable in /tmp/py26/
Also creating executable in /tmp/py26/
Traceback (most recent call last):
File "/usr/lib/
main()
File "/usr/lib/
File "/usr/lib/
ValueError: zero length field name in format
ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: python-virtualenv 1.11.6-2
ProcVersionSign
Uname: Linux 3.16.0-26-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Dec 1 18:00:21 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-25 (859 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
PackageArchitec
SourcePackage: python-virtualenv
UpgradeStatus: Upgraded to utopic on 2014-10-24 (38 days ago)
Changed in python-virtualenv (Debian): | |
status: | Unknown → New |
Changed in python-virtualenv (Debian): | |
status: | New → Fix Released |
Note that upstream version 1.11.6 (installed via pip install --user virtualenv) works fine with all pythons from 2.6 to 3.4, as well as with pypy.