Open gergnz opened 8 years ago
What platform/python/pip version is this - I can't replicate this.
Ubuntu 16.04 x86_64, package installs.
I tried removing packaged pip and upgrading to 8.1.2 pip, but no luck.
:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04 LTS
Release: 16.04
Codename: xenial
:~$ pip --version
pytpip 8.1.1 from /usr/lib/python2.7/dist-packages (python 2.7)
:~$ python --version
Python 2.7.11+
:~$ which pip
/usr/bin/pip
:~$ which python
/usr/bin/python
:~$ dpkg -S /usr/bin/python
python-minimal: /usr/bin/python
:~$ dpkg -S /usr/bin/pip
python-pip: /usr/bin/pip
Interesting I'll see if I can get my hands on a 16.04 machine on AWS or something.
Instead passing install-purelib via install-option works: