I am a absolute newbie for python. I am quite frustrated by install new packages.
My computer is win 7 x86. The newest python3.5 is installed (the official one).
The pip
and ez_stall
functions well already. I tried to install numpy by pip install numpy
or ez_stall numpy
, but both failed. The first error msg says I need Visual Studio
installed, the second tell me it cannot find numpy
.
So I go to download .zip file from SF. The newest support for python is 3.4 (I have 3.5); I downloaded numpy-1.9.2-win32-superpack-python3.4.exe
anyway. It is not surprising that when I try to run the exe file, it complains that "Python 3.4 is required, which was not found in the registry. " Is there any work around?
There was a similar question asked, but the answers there did not answer my question.