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
It is always preferred to use a virtual environment ,Create your virtual environment using :
python -m venv
go to your environment directory and activate your environment using below command on windows:
env_name\Scripts\activate.bat
then simply use
pip install package_name