Hi Adam, Same problem with Ubuntu's pip:
➜ ~ which pip /usr/bin/pip ➜ ~ dpkg -S /usr/bin/pip python-pip: /usr/bin/pip ➜ ~ pip Traceback (most recent call last): File "/usr/bin/pip", line 9, in <module> from pip import main File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line 15, in <module> from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/local/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 10, in <module> from pip.download import path_to_url File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 38, in <module> from pip._vendor import requests, six File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py", line 53, in <module> from .packages.urllib3.contrib import pyopenssl File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py", line 53, in <module> import OpenSSL.SSL File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import rand, crypto, SSL File "/usr/lib/python2.7/dist-packages/OpenSSL/rand.py", line 11, in <module> from OpenSSL._util import ( File "/usr/lib/python2.7/dist-packages/OpenSSL/_util.py", line 6, in <module> from cryptography.hazmat.bindings.openssl.binding import Binding File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 68, in <module> error=-1) File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 57, in wrapper ffi.def_extern(name=name, **kwargs)(func) AttributeError: 'CompiledFFI' object has no attribute 'def_extern' On Fri, Mar 11, 2016 at 12:41 AM, Adam Conrad <adcon...@0c3.net> wrote: > All the /usr/local in this (including /usr/local/bin/pip) makes it look > like it's definitely not our pip (which ships as /usr/bin/pip). > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1555723 > > Title: > pip is breaking in ppc64el > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1555723/+subscriptions -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: pip is breaking in ppc64el Status in linux package in Ubuntu: Incomplete Bug description: When starting pip on Ubuntu/ppc64el 16.04, it fails with the following stack: $ pip Traceback (most recent call last): File "/usr/local/bin/pip", line 7, in <module> from pip import main File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line 15, in <module> from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/local/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 10, in <module> from pip.download import path_to_url File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 38, in <module> from pip._vendor import requests, six File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py", line 53, in <module> from .packages.urllib3.contrib import pyopenssl File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py", line 53, in <module> import OpenSSL.SSL File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import rand, crypto, SSL File "/usr/lib/python2.7/dist-packages/OpenSSL/rand.py", line 11, in <module> from OpenSSL._util import ( File "/usr/lib/python2.7/dist-packages/OpenSSL/_util.py", line 6, in <module> from cryptography.hazmat.bindings.openssl.binding import Binding File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 68, in <module> error=-1) File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 57, in wrapper ffi.def_extern(name=name, **kwargs)(func) AttributeError: 'CompiledFFI' object has no attribute 'def_extern' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1555723/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp