Skip to content Skip to sidebar Skip to footer

How To Install Numpy With Pip

I'm trying to install numpy on my Mac. I'm currently using OS X 10.7.3 and Python version 2.7 (according to which python). I tried pip install numpy in the command line and it disp

Solution 1:

You'll need to get Mac-ports and execute:

sudo port install py27-numpy py27-scipy py27-matplotlib py27-ipython +notebook py27-pandas py27-sympy py27-nose

Post a Comment for "How To Install Numpy With Pip"