How to install numpy with pip

前端 未结 1 1264
予麋鹿
予麋鹿 2021-01-22 00:39

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

相关标签:
1条回答
  • 2021-01-22 01:33

    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

    0 讨论(0)
提交回复
热议问题