Friday 11 January 2013

numpy with pip?

sudo apt-get install python-pip
sudo apt-get install python-dev    # after prompting from the following
sudo pip install numpy
sudo pip install scipy

Seems to be working on Chaos...  Ah, numpy was ok.  Scipy fell over due to lack of BLAS.

sudo apt-get install python-scipy

got it in there; presumably without BLAS setup.

No comments:

Post a Comment