Python 2.7: no such module pip

eryk sun eryksun at gmail.com
Fri May 5 12:49:18 EDT 2017


On Fri, May 5, 2017 at 4:30 PM, jeff saremi <jeffsaremi at hotmail.com> wrote:
> i checked the installation again. There is no option to select or deselect
> PIP. I installed with everything included. No pip module is present despite
> the fact that Python documentation says that PIP is a part of Python
> installation and does not need to be installed externally.

You should see the following list of install options:

    Register Extensions
    Tcl/Tk
    Documentation
    Utility Scripts
    pip
    Test Suite
    Add python.exe to Path

That said, did you try the manual command that I gave you to install
the bundled pip?

    python -m ensurepip -Uv



More information about the Python-list mailing list