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

前端 未结 10 2113
故里飘歌
故里飘歌 2020-11-29 00:49

I am trying to install numpy on macOS X but after executing the command pip install numpy I am getting the error:

Environment error :[err

10条回答
  •  再見小時候
    2020-11-29 01:04

    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

提交回复
热议问题