I have python's latest 3.2.3 64bit installed on my Windows 7 laptop. I have been trying to use pip to install the packages.
However I am receiving a Lapack error.
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
I have gone to the numpy downloads site to install via an exe however the site doesn'y have 64bit builds for 3.2 yet. Python(x,y) is only at 2.7 still.
I have found unofficial builds and downloaded numpy-MKL-1.6.2.win-amd64-py3.2.exe is this currently the only solution to install unofficial builds?