← Back to team overview

kernel-packages team mailing list archive

[Bug 1555723] Re: pip is breaking in ppc64el

 

Barry, can you have a look at this issue, please?  If you need access to
a 16.04 POWER system (since the porter box is still not 16.04-capable),
you can ask Mathieu to get you access.

** Package changed: linux (Ubuntu) => python-cryptography (Ubuntu)

** Changed in: python-cryptography (Ubuntu)
     Assignee: Taco Screen team (taco-screen-team) => Barry Warsaw (barry)

-- 
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 python-cryptography 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/python-cryptography/+bug/1555723/+subscriptions


References