I am trying to install numpy on macOS X but after executing the command pip install numpy
I am getting the error:
Environment error :[error 13]: permission denied : ‘usr/local/bin/f2py
How do I fix it?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Kenil Vasani
This worked for me.
The
--user
flag tells Python to install in the user home directory. By default it will go to system locations. credit