Pip Install Trouble

Hi everyone,
I’ve been learned Python recently and I have a trouble when I install pip from pypi.org.
Anyone helps me to solve this problem please. Many thanks!

I think you need elevated permissions on Windows to be able to install stuff like this. It looks like that terminal you are using does not have administrator privileges.

2 Likes

How can I solve this problem? Can you tell in more detail?

Here is an article about running the command prompt as an admin: [4 Ways] How to Open Elevated Command Prompt Windows 10

I think most of that is also applicable to PowerShell which appears to be what you are using in the screenshot (given the “PS” prefix). Here is a dedicated article for starting PowerShell as an admin: How To Run PowerShell with Elevated Permissions – ITProGuru Blog

2 Likes