Re: pip trouble

2015-10-30 Thread Mark Lawrence
On 30/10/2015 17:45, Neal Becker wrote: Chris Warrick wrote: On 30 October 2015 at 13:14, Neal Becker wrote: I have a custom-compiled numpy 1.10.0. But as you see, pip wants to install a new numpy, even though the requirement (numpy>=1.6) was already satisfied. WTF? All are installed into -

Re: pip trouble

2015-10-30 Thread Chris Angelico
On Sat, Oct 31, 2015 at 4:45 AM, Neal Becker wrote: > How can I ask to upgrade just matplotlib, and not deps? Unconfirmed, but can you say: pip install --up --user matplotlib numpy==1.10.0 ? That should bind to an exact version. ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: pip trouble

2015-10-30 Thread Neal Becker
Chris Warrick wrote: > On 30 October 2015 at 13:14, Neal Becker wrote: >> I have a custom-compiled numpy 1.10.0. But as you see, pip wants to >> install a new numpy, even though the requirement (numpy>=1.6) was already >> satisfied. WTF? >> >> All are installed into --user. >> >> This is on fedo

Re: pip trouble

2015-10-30 Thread Chris Warrick
On 30 October 2015 at 13:14, Neal Becker wrote: > I have a custom-compiled numpy 1.10.0. But as you see, pip wants to install > a new numpy, even though the requirement (numpy>=1.6) was already satisfied. > WTF? > > All are installed into --user. > > This is on fedora 22 linux. > > pip install --

pip trouble

2015-10-30 Thread Neal Becker
I have a custom-compiled numpy 1.10.0. But as you see, pip wants to install a new numpy, even though the requirement (numpy>=1.6) was already satisfied. WTF? All are installed into --user. This is on fedora 22 linux. pip install --up --user matplotlib Collecting matplotlib Using cached ma