I have python latest 3.2.3 64bit installed on my windows 7 laptop. I am trying to use pip to install packages.
However, I get 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: Could not find vcvarsall.bat
---------------------------------------- Failed to execute python setup.py egg_info command with error code 1 Saving full logon C: \ Users \ renshaw family \ AppData \ Roaming \ pip \ pip.log
I went to the numpy download site to install via exe, however the site does not have 64-bit builds for 3.2. Python (x, y) stays only at 2.7.
I found unofficial assemblies and downloaded numpy-MKL-1.6.2.win-amd64-py3.2.exe, is it currently the only solution to install unofficial assemblies?
source share