scipy install on mountain lion failing

后端 未结 4 2014
醉话见心
醉话见心 2021-01-04 11:27

When I try to install scipy using pip install scipy it fails with the following traceback

Downloading/unpacking scipy
  Downloading scipy-0.10.1.tar.gz (6.2M         


        
4条回答
  •  别那么骄傲
    2021-01-04 12:04

    if you use homebrew, you can try the following (thanks to https://github.com/pypa/pip/issues/707):

    brew tap samueljohn/homebrew-python
    brew install numpy
    brew install scipy
    

提交回复
热议问题