How to install pip3 on Windows?
On Windows pip3 should be in the Scripts path of your Python installation: Use: to find out where your Python executable(s) is/are located. The result should look like this: or: You can check if pip3 works with this absolute path: if yes, add C:\path\to\python\Scripts to your environmental variable PATH .