I have installed Python 3.4.1 on Windows 8 x64. I'm trying to use pip, which is bundled with Python 3.4, to install numpy.
pip install numpy
When doing so I'm getting the following error message:
error: Unable to find vcvarsall.bat
I have also tried to use an installer, but the only numpy Windows installer for Python 3.4 I have found was a win32 installer which fails saying Python is not found in registry
, probably because I have an x64 Python.
How do I install numpy for Python 3.4? (preferably using pip)