← Back to team overview

touch-packages team mailing list archive

[Bug 1451532] [NEW] python-3.4 package missing 'pip' module

 

Public bug reported:

Ubuntu's python3.4 package does not include "pip" which, as of 3.4, is a
standard, batteries-included feature, per PEP 453.

Testing, from a clean install:

1. sudo apt-get install -y python3.4
2. python3 -c 'import pip'
<error>
3. sudo apt-get install -y python3-pip
4. python3 -c 'import pip'
<noerror>

While we may disagree with their choice of package manager, failing to
install a Python standard library is an unnecessary obstacle for users
and the expectation of the presence of pip is widespread, see
https://github.com/search?q="import+pip"&type=Code&ref=searchresults

Release: 15.04
Package: python3.4:
  Installed: 3.4.3-3
  Candidate: 3.4.3-3
  Version table:
 *** 3.4.3-3 0
        500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
        100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: python3.4 3.4.3-3
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May  4 11:27:25 2015
InstallationDate: Installed on 2015-05-04 (0 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
SourcePackage: python3.4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python3.4 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1451532

Title:
  python-3.4 package missing 'pip' module

Status in python3.4 package in Ubuntu:
  New

Bug description:
  Ubuntu's python3.4 package does not include "pip" which, as of 3.4, is
  a standard, batteries-included feature, per PEP 453.

  Testing, from a clean install:

  1. sudo apt-get install -y python3.4
  2. python3 -c 'import pip'
  <error>
  3. sudo apt-get install -y python3-pip
  4. python3 -c 'import pip'
  <noerror>

  While we may disagree with their choice of package manager, failing to
  install a Python standard library is an unnecessary obstacle for users
  and the expectation of the presence of pip is widespread, see
  https://github.com/search?q="import+pip"&type=Code&ref=searchresults

  Release: 15.04
  Package: python3.4:
    Installed: 3.4.3-3
    Candidate: 3.4.3-3
    Version table:
   *** 3.4.3-3 0
          500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
          100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python3.4 3.4.3-3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May  4 11:27:25 2015
  InstallationDate: Installed on 2015-05-04 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: python3.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1451532/+subscriptions


Follow ups

References