Install Numpy on Mac OS X Lion 10.7

前端 未结 9 1142
萌比男神i
萌比男神i 2020-12-18 10:27

I need to install Numpy on my Mac OS X Lion 10.7. I googled a little bit, it seems like there are a lot of stuff needs to be installed. And some says I need install Xcode be

9条回答
  •  心在旅途
    2020-12-18 11:09

    I have used a few software packages that require a fresh install of NumPy, that won't work with the built in NumPy or even with the built-in Python. The easiest way to install NumPy on the mac is to download any of these packages. This will work for most OS versions.

    • Python 2.7
    • Python 2.6
    • Python 2.5

    Still the other answers are valid, though this is a more general answer.

    This is the SourceForge page of the project.

提交回复
热议问题