“failed with error code 1” while installing scipy

前端 未结 4 1943
囚心锁ツ
囚心锁ツ 2021-01-13 02:33

I have Python 2.7.9 on windows 7 64-bits. I\'m trying to install scipy using pip. I used pip install scipy but I get the following error :

Comma         


        
4条回答
  •  时光取名叫无心
    2021-01-13 02:44

    On Windows, you'll need to use the unofficial precompiled binaries:

    http://www.lfd.uci.edu/~gohlke/pythonlibs/

    Select the version matching your architecture and Python version.

提交回复
热议问题