Access is denied when trying to pip install a package on Windows

前端 未结 8 1216
一生所求
一生所求 2020-12-03 13:41

How to set path for python 3.7.0 ? i tried the every possible way but it still shows the error!!!

Could not install packages due to an EnvironmentError:

相关标签:
8条回答
  • 2020-12-03 14:38

    Just try on Administrator cmd

    pip install --user numpy
    
    0 讨论(0)
  • 2020-12-03 14:46

    Run your command Prompt on Admin-Mode in Windows,it will stop throwing errors for user-rights.

    Steps:

    1. On Windows, type "Cmd" on searchbox to search for command prompt.

    2. When "Command Prompt" search result appears,right-click>Run as Administrator.

    0 讨论(0)
提交回复
热议问题