I haven't been able to install numpy on the configuration described above. If I use pip install numpy I get this error
error: Micrsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)
I tried downloading the file numpy‑1.9.2+mkl‑cp34‑none‑win_amd64.whl from here http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy and install it but I get an error that "the wheel is not a supported wheel on this platform". I tried using easy_install -U and I get that "This is the wrong setup.py file to run".
Finally I found a numpy-1.9.2-win32-superpack-python3.4.exe file here http://sourceforge.net/projects/numpy/files/NumPy/1.9.2/ but when I double click I get that I require Python version 3.4.
Is there anyway to install numpy for Python 3.5 for Windows 64 without changing Python version?
ValueError: Could not lock sequences (None). Looking at the source code, the issue appears to be with the long double representation in Visual Studio 2015. Unfortunately I don't know enough about Numpy to fix it.