Control: tags -1 = moreinfo Hi,
* Scott Kitterman <deb...@kitterman.com> [210424 15:10]: > On Fri, 4 Mar 2016 17:13:21 +0100 Emmanuel Fleury <fle...@labri.fr> wrote: > > The virtual environment was not created successfully because ensurepip > > is not available. On Debian/Ubuntu systems, you need to install the > > python3-venv package using the following command. > > This is a deliberate design choice in Debian and not a bug, so tagging > wontfix. Ensurepip is a development tool and in Debian those are not > installed by default. It has come to my attention that there are failure modes that cause this message to show up, even if python3-venv is already installed. >From what I understand about this bug report, the original submitter might have one of those situations. Specifically, the venv module in Debian's python3 stdlib emits the given message, if the subprocess <venvpath>/<pythonexe> -Im ensurepip ... fails. This can fail for a lot of reasons, but the actual error is hidden from the user, until they try themselves. Tagging moreinfo - everyone running into this bug should IMO: 1) ensure they have python3-venv installed 2) actually run the printed "Failed command" themselves and report the error message in this bug. Chris