https://bugs.kde.org/show_bug.cgi?id=394644
Bug ID: 394644 Summary: Craft installation fails to download python Product: Craft Version: unspecified Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: Core Assignee: vonr...@kde.org Reporter: brko...@gmail.com CC: kde-windows@kde.org Target Milestone: --- When doing a clean craft installation, it fails to grab Python 3.6.2 from the server with the following output: Start to boostrap Craft. Where to you want us to install Craft Craft install root: [C:\CraftRoot\]: D:\Apps\CraftRoot We couldn't find python. Get python Do you want us to install python for you or do you want to manually specify the location of your python installation? [I] Install Python [S] Specify Installation [Q] Quit [?] Help (default is "I"): Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel. At line:40 char:21 + ... Invoke-WebRequest $Script:pythonUrl -OutFile $archive + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand D:\Apps\CraftRoot\download\python-3.6.2-amd64.exe /quiet InstallAllUsers=0 PrependPath=1 TargetDir="C:\python36" AssociateFiles=0 InstallLauncherAllUsers=0 & : The term 'D:\Apps\CraftRoot\download\python-3.6.2-amd64.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:44 char:19 + & "$archive" $command + ~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (D:\Apps\CraftRo...3.6.2-amd64.exe:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Downloading: https://raw.githubusercontent.com/KDE/craft/master/setup/CraftBootstrap.py C:\python36\python.exe D:\Apps\CraftRoot\download\CraftBootstrap.py --prefix D:\Apps\CraftRoot --branch master & : The term 'C:\python36\python.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:141 char:3 + & "$Script:python" $command + ~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\python36\python.exe:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException -- You are receiving this mail because: You are on the CC list for the bug.