OSError: [WinError 5] Access is denied: 'c:\\python311\\scripts\\pip.exe' Consider using the `--user` option

21 Views Asked by At

I was trying to upgrade my pip version but this error keep coming after vary efforts I used " python.exe -m pip install --upgrade pip" to upgrade my pip and tried to use --user option but it seems to require a permission and which I am unable to resolve.

I tried to go to my C drive and then Python installation folder and after that Properties and Security and from there I tried to change the Authentication to "Full control" but no luck as such. What should I do?

0

There are 0 best solutions below