Python Forum

Full Version: [PyPa] Problems with Install PIP on Windows !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Python Programmers...

I tryed install PIP on Windows 8 and 10, but i get problems with it.
I was frestrated when i are trying to install it in the command (prompt).

This is not the first case thad i try install pip. But if i try install
this, my command prompt said thad PIP is not recognized as an installation-
program. However, it will not activating with the command prompt.

Can anyone help me with this problem, or give tips ?. I don't find install
things for python easy. But i want to learn how i can install PIP, incl.
Modules for Python.

I want to learn use Python to write my own software. But the problem is to
install PIP and Modules. Now i can only train me in the standart module of
python. But i want to learn write my own software in python with PIP Modules
they must be download. Only PIP will not install in my command prompt. Even
i get download the get-pip.py script and use PIP 3.


Python Version: 3.6.2
Windows Version Computer: 10
Windows Version Laptop: 8

Thanks for our Tips !...
Jamie van Cadsand.
You have to uninstall Python and reinstall it with running set as administrator and checking the add Python to path checkbox during the installation.
You can refer following:
https://www.reskilltoshine.com/single-po...ythons-way

Pip will be installed automatically.
The fastest way is, from the command line, type:
python -m ensurepip

Once installed, type:
pip install --upgrade pip

Finally check the version is the latest, type:
pip -V

Should be 9.0.1
ensurepip should be unnecessary for Python 3.6 on Windows.
Have to remove the default marked on pip under installation,which should not be done.
The default pip version is 9.0.1 for all 3.6 version 3.6.0 and 1/2
sparkz_alot Wrote:Once installed, type:
pip install --upgrade pip
Agree is always good to check that's it's the latest pip version.
True, but the OP said they were trying to install pip, perhaps they accidentally on purpose, unchecked the default on install?
Yes or done some other strange stuff here.
JamieVanCadsand Wrote:i get download the get-pip.py script and use PIP 3.
So it uninstall is only right choice,and follow Python 3.6 and pip installation under Windows.
(Sep-19-2017, 08:08 AM)JamieVanCadsand Wrote: [ -> ]Hey Python Programmers...

I tryed install PIP on Windows 8 and 10, but i get problems with it.
I was frestrated when i are trying to install it in the command (prompt).

This is not the first case thad i try install pip. But if i try install
this, my command prompt said thad PIP is not recognized as an installation-
program. However, it will not activating with the command prompt.

Can anyone help me with this problem, or give tips ?. I don't find install
things for python easy. But i want to learn how i can install PIP, incl.
Modules for Python.

I want to learn use Python to write my own software. But the problem is to
install PIP and Modules. Now i can only train me in the standart module of
python. But i want to learn write my own software in python with PIP Modules
they must be download. Only PIP will not install in my command prompt. Even
i get download the get-pip.py script and use PIP 3.


Python Version: 3.6.2
Windows Version Computer: 10
Windows Version Laptop: 8

Thanks for our Tips !...
Jamie van Cadsand.

Thanks for Help... This problem is Fixed !... I get only still problems with pyOpenGL,
but for install other packages for python, the problem is fixed !...

Greats Jamie.