touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #111941
[Bug 1506907] Re: No way to install pip for Python 3.4 in 15.10 Wily
root@f762c15dc931:/# dpkg -l python3 python3.4 python3.5 python3-pip
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=============================================================-===================================-===================================-================================================================================================================================
ii python3 3.4.3-4ubuntu1 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-pip 1.5.6-7ubuntu1 all alternative Python package installer - Python 3 version of the package
ii python3.4 3.4.3-9ubuntu1 amd64 Interactive high-level object-oriented language (version 3.4)
ii python3.5 3.5.0-3 amd64 Interactive high-level object-oriented language (version 3.5)
root@f762c15dc931:/# python3 --version
Python 3.4.3+
root@f762c15dc931:/# pip --version
pip 7.1.2 from /usr/local/lib/python3.5/dist-packages (python 3.5)
root@f762c15dc931:/# pip3 --version
pip 7.1.2 from /usr/local/lib/python3.5/dist-packages (python 3.5)
** Also affects: python
Importance: Undecided
Status: New
--
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/1506907
Title:
No way to install pip for Python 3.4 in 15.10 Wily
Status in Python:
New
Status in python3.4 package in Ubuntu:
New
Bug description:
Related to this bug:
https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847
It looks like 15.10 uses a mixture of Python 3.4 and 3.5 (hopefully
that's temporary?). Pip, the python package manager, is available
from "python-pip" for Python 2.7, and "python3-pip" for Python 3.5,
however, there is no python3.4-pip, and because of the weird state of
Python in debian/ubuntu, there's no way to use "ensurepip" to get it
either.
One fix would be to just ship a complete version of
python/python3.4/python3.5, including pip, as part of the base
package, if there's any appetite for revisiting the historical
decision to unbundle python...
To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1506907/+subscriptions
References