我正在尝试使用pip在python中安装scipy模块...它显示以下错误..
Command "c:\users\sony\appdata\local\programs\python\python35-32\python.exe
-u -c "import setuptools,
tokenize;__file__='C:\\Users\\sony\\AppData\\Local\\Temp\\pip-build-
vmyvqdgv\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)
(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --
record C:\Users\sony\AppData\Local\Temp\pip-mf_0tla_-record\install-
record.txt --single-version-externally-managed --compile" failed with error
code 1 in C:\Users\sony\AppData\Local\Temp\pip-build-vmyvqdgv\scipy\
当我尝试使用easy_install时,它显示:
error: no lapack/blas resources found
任何解决方案,请...
答案 0 :(得分:1)
答案 1 :(得分:0)
而不是单独安装scipy安装anaconda(Windows安装可用),其中包括scipy numpy pandas和其他有用的python模块。 https://www.continuum.io/downloads在安装其他必需模块时,这将简化您未来的任务,因为它创建了一个单独的环境