[Bug 1555723] Re: pip is breaking in ppc64el

2016-05-16 Thread Barry Warsaw
*** This bug is a duplicate of bug 1512792 *** https://bugs.launchpad.net/bugs/1512792 ** This bug has been marked a duplicate of bug 1512792 Pip crashes with cryptography/cffi/openssl error -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1555723] Re: pip is breaking in ppc64el

2016-05-06 Thread Paulo José
Same error after upgrade from Ubuntu 15.04 to 16.04. Solved it manually removing cryptography and re-installing with: # sudo rmv -R /usr/lib/python2.7/dist-packages/cryptography # pip install cryptography The error: paulo@paulo-Aspire-5742 ~> pip Traceback (most recent call last): File

[Bug 1555723] Re: pip is breaking in ppc64el

2016-04-23 Thread Ori Avtalion
I have this bug, after upgrading from Ubuntu 15.10 to 16.04 >>> import OpenSSL Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in from OpenSSL import rand, crypto, SSL File

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-15 Thread Breno Leitão
Sorry for the noise, I just tried on another machine and it works fine. The problem was relatively to my environment. ** Changed in: python-cryptography (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-15 Thread Breno Leitão
Sorry for the noise, I just tried on another machine and it works fine. The problem was relatively to my environment. ** Changed in: python-cryptography (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-15 Thread Barry Warsaw
** Changed in: python-cryptography (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: pip is breaking in ppc64el To manage notifications

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-15 Thread Barry Warsaw
** Changed in: python-cryptography (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-cryptography in Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: pip is breaking in

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-14 Thread Barry Warsaw
This is still incredibly odd because your traceback still flows through /usr/local, which the apt installed pip would never do. So I think you have some stuff installed in /usr/local, and possibly a PYTHONPATH, that is breaking the system installed pip. Note that on Debian (and derived)

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-14 Thread Barry Warsaw
This is still incredibly odd because your traceback still flows through /usr/local, which the apt installed pip would never do. So I think you have some stuff installed in /usr/local, and possibly a PYTHONPATH, that is breaking the system installed pip. Note that on Debian (and derived)

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-14 Thread Breno Leitão
** Changed in: python-cryptography (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-cryptography in Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: pip is breaking in

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-14 Thread Breno Leitão
** Changed in: python-cryptography (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: pip is breaking in ppc64el To manage notifications

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-11 Thread Steve Langasek
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)

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-11 Thread Steve Langasek
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)

Re: [Bug 1555723] Re: pip is breaking in ppc64el

2016-03-11 Thread Breno Leitão
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 from pip import main File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line

[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-10 Thread Adam Conrad
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 a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555723 Title: