More information on https://bugs.launchpad.net/ubuntu/+source/python-
pip/+bug/1694560
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308714
Title:
sudo pip install installs into the system dist-pac
** Changed in: python-pip (Ubuntu Trusty)
Assignee: (unassigned) => Rahul (rahulshantagiri)
** Changed in: python-pip (Ubuntu)
Assignee: (unassigned) => Rahul (rahulshantagiri)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
** Changed in: python-pip (Ubuntu)
Assignee: Rahul (rahulshantagiri) => (unassigned)
** Changed in: python-pip (Ubuntu Trusty)
Assignee: Rahul (rahulshantagiri) => (unassigned)
** Changed in: python-pip (Ubuntu Trusty)
Status: In Progress => Confirmed
** Changed in: pyth
** Changed in: python-pip (Ubuntu Trusty)
Status: Confirmed => In Progress
** Changed in: python-pip (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu
** Changed in: python-pip (Ubuntu)
Assignee: (unassigned) => Rahul (rahulshantagiri)
** Changed in: python-pip (Ubuntu Trusty)
Assignee: (unassigned) => Rahul (rahulshantagiri)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
** Changed in: python-pip (Ubuntu)
Milestone: trusty-updates => None
** Tags added: trusty
** Changed in: python-pip (Ubuntu Utopic)
Importance: Critical => Medium
** Changed in: python-pip (Ubuntu Trusty)
Importance: Critical => Medium
** Changed in: python-pip (Ubuntu)
Importance
Now this is a pretty nasty bug which I wouldn't expect to see on a very
standard Ubuntu installation. Currently this is a big impediment for me
at work as I need to get the robot framework working but instead I find
myself fighting some fundamental bug in how Python packages get
installed...
--
Y
I don't understand what's happening with unfinished tasks in the
transition to the development of new release. And my concern about
counter "There are 100 days left in the current cycle. That means that
in order to complete all the work 2.68 workitems must be completed per
day.". Toward the end of
This bug matters. I have a pretty vanilla installation, python,
matplotlib, and a few other standard packages, all from the official
repositories. After a recent apt-get update, I now get the same exact
pip breaking result as the first comment.
The workaround was to use easy_install to install pip
After talking with Matthias, I think I understand the gist of this bug.
Let's say I apt-get install python3.4 (well, a modified package that re-
enables the ensurepip module). Now I use pyvenv-3.4 to create a virtual
environment. With ensurepip enabled, /bin will contain pip, pip3,
and pip3.4 ex
Michael is exactly right. `sudo pip install` (and pip3) will install
into /usr/local/lib/pythonX.Y/dist-packages by default (no switches),
which is where they *should* get installed. I'm not sure there's a
still valid bug here.
--
You received this bug notification because you are a member of
Fwiw, I can not reproduce this with pyhon2,3 with or without virtualenv.
"sudo pip install enum34" (as a example) installs into
/usr/local/lib/python2.7/dist-package, but not in the system
/usr/lib/python2.7/dist-packages dir. Same for sudo pip3 install enum34
(/usr/local/lib/python3.4/dist-packag
We might consider changing the default target for unix_local to site-
packages as well. Or is there a reason that we keep it like this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308714
Title:
s
@doko: I just tried to reproduce this but for me it installs into
/usr/local/lib/python2.7/dist-packages by default. If I manually set the
prefix to "/usr" instead of /usr/local it goes to /usr/lib/python2.7
/site-packages (as expected). The root is the install schema that is
selected by distutils.
Well I'd like to apologize for that whole faff. Apparently the version
of requests specified in our requrirements.txt was 0.14.1 [!] - please
disregard above comments.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
Whoops, sorry, this isn't the same bug. But "sudo pip install requests"
breaks pip.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308714
Title:
sudo pip install installs into the system dist-packag
Not sure if this is exactly the same bug, but I'm seeing pip break
itself. Packages are being installed in /usr/local/lib/python2.7/dist-
packages/ and at some point it's installing the requests package. This
breaks pip completely:
Traceback (most recent call last):
File "/usr/bin/pip", line 9,
17 matches
Mail list logo