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

前端 未结 8 1328
一生所求
一生所求 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:36

    Run your command prompt on admin mode. type :

    cd\

    then type:

    cd [Your python location path]

    on mycomputer it's: cd C:\Users\hp\AppData\Local\Programs\Python\Python37-32 then type:

    python -m pip install --upgrade pip
    

    You can follow this guide~ https://datatofish.com/upgrade-pip/

提交回复
热议问题