Could not install packages due to a “Environment error :[error 13]: permission denied : ‘usr/local/bin/f2py'”

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?

Leave a Comment