0

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. 
3
  • Possible duplicate of cmd pip displaying errors whenever I try to install pygame Commented May 15, 2019 at 23:48
  • stackoverflow.com/… Commented May 15, 2019 at 23:48
  • Either open a cmd line with Adminstrator permissions, or use Python virtual environments, or run pip install --user. Commented May 15, 2019 at 23:49

1 Answer 1

1

Try running cmd as administrator

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.