I am running Python 2.7
and Python 3.4
on Windows and am trying to install packages to Python 3.4
, while Python 2.7
is my default. I'm using the same idea as in the answer to this post, as I got the same Windows VCVARSALL error described in the post.
For example I am currently trying to install numpy-1.9.2+unoptimized-cp34-none-win_amd64.whl
as my Computer is a Windows 8.1, 64 bit machine. However, I get the error numpy-1.9.2+unoptimized-cp34-none-win_amd64.whl is not a supported wheel on this platform
and don't know why.