How to install Scipy with pip on Mac Mountain Lion OS X v10.8

前端 未结 9 1700
天涯浪人
天涯浪人 2020-12-03 14:13

I\'m having serious difficulty installing Scipy with pip on Mountain Lion. I\'ve tried:

sudo pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev
         


        
9条回答
  •  爱一瞬间的悲伤
    2020-12-03 14:33

    Scipy is also available now via a homebrew tap. If you have homebrew installed:

    brew tap samueljohn/python
    brew install scipy
    

    See more info here: homebrew-python

提交回复
热议问题