Scoop icon indicating copy to clipboard operation
Scoop copied to clipboard

[Bug] Updating pip fails with "The system can not find the path specified"

Open Roemer opened this issue 1 year ago • 0 comments

Bug Report

After installing python311 with Scoop and trying to update pip with python -m pip install --upgrade pip, I get an error:

ERROR: Could not install packages due to an OSError: [WinError 3] The system can not find the path specified:
'C:\\appl\\scoop\\apps\\python311\\current\\Scripts\\pip.exe' ->
'C:\\appl\\scoop\\apps\\python311\\current\\Scripts\\pip.exe.deleteme'

Current Behavior

Pip cannot be updated.

Expected Behavior

Pip is updated

Additional context/output

/

Possible Solution

/

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: 5.1.19041.3930

Additional software: -

Scoop Configuration

{
    "root_path":  "C:\\appl\\scoop",
    "last_update":  "2024-02-14T08:33:40.8996414+01:00",
    "scoop_branch":  "master",
    "scoop_repo":  "https://github.com/ScoopInstaller/Scoop"
}

Roemer avatar Feb 14 '24 09:02 Roemer