Python Forum
[PyPa] Problems with Install PIP on Windows !
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyPa] Problems with Install PIP on Windows !
#1
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.
Reply
#2
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.
Reply
#3
Look at Python 3.6 and pip installation under Windows, part-2
Reply
#4
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
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#5
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.
Reply
#6
True, but the OP said they were trying to install pip, perhaps they accidentally on purpose, unchecked the default on install?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#7
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.
Reply
#8
(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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problems to install PYZO chris1 6 3,159 Feb-19-2021, 07:11 PM
Last Post: snippsat
  windows install py.exe fulkgl 1 4,012 Sep-16-2018, 09:10 PM
Last Post: snippsat
  Python 2.7.14 install on Windows missing Scripts directory and pip #bug bluejedi 4 16,466 Dec-15-2017, 04:12 PM
Last Post: bluejedi
  Can I install Python 3.6.2 on Windows 10 for All Users? DAWO 1 29,866 Sep-15-2017, 01:31 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020