when I install numpy (pip install numpy) with CMD I encounter with this error!
My win is 10. version of pyyhon is 3.7.3
pip install numpy
C:\Users\Hamed>pip3 install numpy
Collecting numpy
Using cached https://files.pythonhosted.org/packages/4e/9d/c129d78e6b942303b762ccfdf1f8339de80c5e6021b14ef0c99ec5bdc6aa/numpy-1.16.3-cp37-cp37m-win_amd64.whl
Installing collected packages: numpy
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'c:\\program files\\python37\\Lib\\site-packages\\numpy'
Consider using the `--user` option or check the permissions.