8000 Unable to run pip v. 10.0.0 with python 3.6.5 on Win 7 64 · Issue #5223 · pypa/pip · GitHub
[go: up one dir, main page]

Skip to content
Unable to run pip v. 10.0.0 with python 3.6.5 on Win 7 64 #5223
@lbauchi

Description

@lbauchi
  • Pip version: 10.0.0
  • Python version: 3.6.5
  • Operating system: Win 7 64

Description:

Upgrading from version 9.0.3 causes pip not to work anymore with the error message:

Fatal error in launcher: Unable to create process using '""c:\program files\python36\python.exe" "C:\Program Files\Python36\Scripts\pip.exe"

The same happens with pip3.exe or pip36.exe (of course, they are identical, but using them could help to solve path conflicts).

The only way to solve the problem was to rollback to version 9.0.3. (I also tried version 9.0.1 just as a distraction :-), and it worked too ).
Of course, I tried a plethora of solutions to be able to keep version 10.0.0, then I gave up and rolled back to version 9.0.3

What I've run:

From PowerShell or DOS window:

< python -m pip install -U pip > to upgrade pip to 10.0.0. Everything went well.

< python -m pip install pip==9.0.3 > to rollback

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automationproject: vendored dependencyRelated to a vendored dependencytype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0