I think this is a different bug than the Debian one referenced in comment #2. It's actually
It's reproducible with: $ pip install --upgrade --user requests $ pip install --upgrade --user mistune (any package after upgrading requests will trigger it) I think the problem is that the wheels are only used inside a venv, but should probably be used everywhere. They are in /usr/share/python- wheels outside the venv though. ** Bug watch added: Debian Bug tracker #744145 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744145 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1363642 Title: pip breaks after upgrading python package "requests" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1363642/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
