2012-08-08 89 views
4

我的Windows 7筆記本電腦上安裝了python最新的3.2.3 64bit。我一直在嘗試使用pip來安裝軟件包。Python 3.2 64位Numpy安裝 - LaPack錯誤

但是我收到一個Lapack錯誤。

C:\Users\renshaw family\build\numpy\build\py3k\numpy\distutils\system_info.py:13 54: UserWarning:

Lapack (http://www.netlib.org/lapack/) sources not found. 

Directories to search for the sources can be specified in the 

numpy/distutils/site.cfg file (section [lapack_src]) or by setting 

the LAPACK_SRC environment variable. 

warnings.warn(LapackSrcNotFoundError.doc)

error: Unable to find vcvarsall.bat

---------------------------------------- Command python setup.py egg_info failed with error code 1 Storing complete log in C:\Users\renshaw family\AppData\Roaming\pip\pip.log

我已經到numpy downloads site通過一個exe安裝但是該網站doesn'y有64位建立了3.2呢。 Python(x,y)仍然只有2.7。

我找到了unofficial builds並下載了numpy-MKL-1.6.2.win-amd64-py3.2.exe是目前唯一安裝非官方版本的解決方案嗎?

回答