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

前端 未结 10 2100
故里飘歌
故里飘歌 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条回答
  •  Happy的楠姐
    2020-11-29 01:13

    As a windows user, run an Admin powershell and launch :

    python -m pip install --upgrade pip
    

提交回复
热议问题