Your message dated Wed, 04 Jun 2014 11:09:00 +0200
with message-id <[email protected]>
and subject line Re: python3.4: cannot create a virtualenv
has caused the Debian Bug report #732703,
regarding python3.4: cannot create a virtualenv
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
732703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3.4
Version: 3.4~b1-2
Severity: normal
Hi,
It's not currently possible to create a virtualenv with the built-in venv
module and python3.4.
When I try the command "pyvenv-3.4 <directory>", I've got the following output :
Error: Command '['<directory>/bin/python3.4', '-Im', 'ensurepip',
'--upgrade', '--default-pip']' returned non-zero exit status 1
When I try the command myself, I've got :
<directory>/bin/python3.4: No module named ensurepip
It's really a pip related issue as creating the venv without pip works :
pyvenv-3.4 --without-pip <directory>
Thanks
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python3.4 depends on:
ii libpython3.4-stdlib 3.4~b1-2
ii mime-support 3.54
ii python3.4-minimal 3.4~b1-2
python3.4 recommends no packages.
Versions of packages python3.4 suggests:
ii binutils 2.24-2
pn python3.4-doc <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.4.1-2
now fixed in 3.4.1-2, and python-pip 1.5.6-1
--- End Message ---