I am trying to install numpy on macOS X but after executing the command pip install numpy I am getting the error:
pip install numpy
Environment error :[err
I too had to face the same problem. This worked for me. Right click and run as admin than run usual command to install. But first run update command to update the pip
python -m pip install --upgrade pip