This question may be answered in other posts. If so please refer me to those.
I want to install numpy in python 3.4 for win 32. I follow these steps:
- I downloaded file: numpy-1.13.3+mkl-cp34-cp34m-win32.whl
In CMP in the path of c: python34\Scripts> I copy:
pip install " C:\Users\Myname\Downloads\ numpy-1.13.3+mkl-cp34-cp34m-win32.whl" (or pip3.4.exe install ....)
It does not install numpy. The error includes 8 lines like:
File "C: Python34\lib\site-package\pip\basecommand.py" line 215, in main status=self.run (options, args)
and finally
FileNotFoundError:[Error 2] No such file or directory: " C:\\Users\\Myname\\Downloads\\ numpy-1.13.3+mkl-cp34-cp34m-win32.whl"
Could you please help me to figure it out?
pip install numpy?