Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.5 failing to install #57

Open
dvorapa opened this issue Jan 20, 2020 · 3 comments
Open

Python 3.5 failing to install #57

dvorapa opened this issue Jan 20, 2020 · 3 comments

Comments

@dvorapa
Copy link

dvorapa commented Jan 20, 2020

After fixing #56, Pywikibot Python installation on AppVeyor fails anyway with the following error:

mkdir appveyor
$wc = new-object net.webclient
$run = $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'run_with_env.cmd')
$run | Out-File -Encoding ascii -FilePath appveyor\run_with_env.cmd
if (-not(Test-Path($env:PYTHON))) {
  $logPath = $env:PYTHON + ".log"
  if (-not(Test-Path -Path $logPath -PathType leaf)) { ni $logPath -type file }
  iex $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'install.ps1')
}
    Directory: C:\
Mode                LastWriteTime         Length Name                                                                                                                                                                                
----                -------------         ------ ----                                                                                                                                                                                
-a----        1/20/2020  10:15 AM              0 Python350-x64.log                                                                                                                                                                   
Installing Python 3.5.0 for 64 bit architecture to C:\Python350-x64
Downloading python-3.5.0-amd64.exe from https://www.python.org/ftp/python/3.5.0/python-3.5.0-amd64.exe
File saved at C:\projects\pywikibot\python-3.5.0-amd64.exe
Installing C:\projects\pywikibot\python-3.5.0-amd64.exe to C:\Python350-x64
C:\projects\pywikibot\python-3.5.0-amd64.exe /quiet InstallAllUsers=1 TargetDir=C:\Python350-x64
Id      : 2784
Handles : 3
CPU     : 0
SI      : 1
Name    : python-3.5.0-amd64
Failed to install Python in C:\Python350-x64
Command exited with code 
@dvorapa
Copy link
Author

dvorapa commented Jan 20, 2020

The full log with modified params suggests there is several Python installations conflict:

mkdir appveyor
$wc = new-object net.webclient
$run = $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'run_with_env.cmd')
$run | Out-File -Encoding ascii -FilePath appveyor\run_with_env.cmd
if (-not(Test-Path($env:PYTHON))) {
  iex $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'install.ps1')
}
Installing Python 3.5.0 for 64 bit architecture to C:\Python350-x64
Downloading python-3.5.0-amd64.exe from https://www.python.org/ftp/python/3.5.0/python-3.5.0-amd64.exe
File saved at C:\projects\pywikibot\python-3.5.0-amd64.exe
Installing C:\projects\pywikibot\python-3.5.0-amd64.exe to C:\Python350-x64
C:\projects\pywikibot\python-3.5.0-amd64.exe /log C:\Python350-x64.log /quiet InstallAllUsers=1 TargetDir=C:\Python350-x64\
Handles  NPM(K)    PM(K)      WS(K)     CPU(s)     Id  SI ProcessName                                                                                                                                                                
-------  ------    -----      -----     ------     --  -- -----------                                                                                                                                                                
      2       2      260        560       0.00   2956   1 python-3.5.0-amd64                                                                                                                                                         
Failed to install Python in C:\Python350-x64
[0580:0164][2020-01-21T07:50:30]i001: Burn v3.10.0.1823, Windows v6.3 (Build 9600: Service Pack 0), path: C:\projects\pywikibot\python-3.5.0-amd64.exe
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'ActionLikeInstalling' to value 'Installing'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'ActionLikeInstallation' to value 'Setup'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'ShortVersion' to value '3.5'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'ShortVersionNoDot' to value '35'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'InstallAllUsers' to value '0'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'InstallLauncherAllUsers' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'TargetDir' to value ''
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'DefaultAllUsersTargetDir' to value '[ProgramFiles64Folder]Python [ShortVersion]'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'TargetPlatform' to value 'x64'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'DefaultJustForMeTargetDir' to value '[LocalAppDataFolder]Programs\Python\Python[ShortVersionNoDot]'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'OptionalFeaturesRegistryKey' to value 'Software\Python\PythonCore\[ShortVersion]\InstalledFeatures'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'TargetDirRegistryKey' to value 'Software\Python\PythonCore\[ShortVersion]\InstallPath'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'DefaultCustomTargetDir' to value ''
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'InstallAllUsersState' to value 'enabled'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'InstallLauncherAllUsersState' to value 'enabled'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'CustomInstallLauncherAllUsersState' to value '[InstallLauncherAllUsersState]'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'TargetDirState' to value 'enabled'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'CustomBrowseButtonState' to value 'enabled'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_core' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_exe' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_dev' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_lib' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_test' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_doc' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_tools' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_tcltk' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_pip' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_launcher' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_symbols' to value '0'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Include_debug' to value '0'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'LauncherOnly' to value '0'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'AssociateFiles' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'Shortcuts' to value '1'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'PrependPath' to value '0'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'CompileAll' to value '0'
[0580:0164][2020-01-21T07:50:30]i000: Initializing numeric variable 'SimpleInstall' to value '0'
[0580:0164][2020-01-21T07:50:30]i000: Initializing string variable 'SimpleInstallDescription' to value ''
[0580:0164][2020-01-21T07:50:30]i009: Command Line: '-burn.unelevated BurnPipe.{EA93A28B-4FCA-4D22-AB8C-30C43CC29734} {3CDFBCCB-4B13-40C3-8A00-4C36FD549572} 2956 /log C:\Python350-x64.log /quiet InstallAllUsers=1 TargetDir=C:\Python350-x64\'
[0580:0164][2020-01-21T07:50:30]i000: Setting string variable 'WixBundleLog' to value 'C:\Python350-x64.log'
[0580:0164][2020-01-21T07:50:30]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\projects\pywikibot\python-3.5.0-amd64.exe'
[0580:0164][2020-01-21T07:50:30]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\projects\pywikibot\'
[0580:0164][2020-01-21T07:50:30]i000: Setting string variable 'WixBundleName' to value 'Python 3.5.0 (64-bit)'
[0580:0164][2020-01-21T07:50:30]i000: Setting string variable 'WixBundleManufacturer' to value 'Python Software Foundation'
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'CRTInstalled' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_debug' to value 0
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_symbols' to value 0
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_dev' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_doc' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_exe' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_lib' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'PrependPath' to value 0
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_pip' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_tcltk' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_test' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Include_tools' to value 1
[0580:0164][2020-01-21T07:50:30]i000: Setting numeric variable 'Shortcuts' to value 0
[0580:0164][2020-01-21T07:50:30]i000: Setting string variable 'InstallAllUsersState' to value 'disable'
[0580:0164][2020-01-21T07:50:30]i000: Setting string variable 'TargetDir' to value 'C:\Python35-x64\'
[0580:0570][2020-01-21T07:50:30]i000: Did not find C:\projects\pywikibot\unattend.xml
[0580:0570][2020-01-21T07:50:30]i000: Setting numeric variable 'InstallAllUsers' to value 1
[0580:0570][2020-01-21T07:50:30]i000: Setting string variable 'TargetDir' to value 'C:\Python350-x64\'
[0580:0570][2020-01-21T07:50:30]i000: Setting string variable 'ActionLikeInstalling' to value 'Installing'
[0580:0570][2020-01-21T07:50:30]i000: Setting string variable 'ActionLikeInstallation' to value 'Setup'
[0580:0570][2020-01-21T07:50:30]i000: Setting version variable 'WixBundleFileVersion' to value '3.5.150.0'
[0580:0164][2020-01-21T07:50:30]i100: Detect begin, 54 packages
[0580:0164][2020-01-21T07:50:30]i102: Detected related bundle: {5d57524f-af24-49a7-b90b-92138880481e}, type: Upgrade, scope: PerUser, version: 3.5.4150.0, operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {7808D6D7-9C0D-4593-8808-B83EF9EC8884}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {7808D6D7-9C0D-4593-8808-B83EF9EC8884}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {3E5BDD64-1DA3-4C6A-87E3-5759E6C58191}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {3E5BDD64-1DA3-4C6A-87E3-5759E6C58191}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {84848A30-C77B-4442-B84C-08B7B4DA1B01}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {84848A30-C77B-4442-B84C-08B7B4DA1B01}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {9FE0823D-9A9B-45AB-82CD-86879F4BADB8}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {9FE0823D-9A9B-45AB-82CD-86879F4BADB8}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {F7E6C0F0-E854-4F65-9722-45981A876E5F}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {F7E6C0F0-E854-4F65-9722-45981A876E5F}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {7CE3B1AC-72AF-497C-B259-4AF399623AE3}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {7CE3B1AC-72AF-497C-B259-4AF399623AE3}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {5C780CBB-67B4-4819-9A00-E3BD40540197}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {5C780CBB-67B4-4819-9A00-E3BD40540197}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {9C11591B-57F1-4DBF-8D05-85E910609371}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {9C11591B-57F1-4DBF-8D05-85E910609371}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {0399AD56-31E2-40D2-810B-01231A8A1515}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i103: Detected related package: {0399AD56-31E2-40D2-810B-01231A8A1515}, scope: PerUser, version: 3.5.4150.0, language: 0 operation: Downgrade
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.0_x86, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.0_x64, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.1_x86, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.1_x64, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.2_x86, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.2_x64, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.3_x86, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: crt_14.0_v6.3_x64, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: core_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: core_AllUsers_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: core_AllUsers_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: core_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: core_JustForMe_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: core_JustForMe_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: dev_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: dev_AllUsers_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: dev_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: dev_JustForMe_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: exe_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: exe_AllUsers, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: exe_AllUsers, feature: Shortcuts, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: exe_AllUsers_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: exe_AllUsers_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: exe_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: exe_JustForMe, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: exe_JustForMe, feature: Shortcuts, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: exe_JustForMe_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: exe_JustForMe_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: lib_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: lib_AllUsers_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: lib_AllUsers_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: lib_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: lib_JustForMe_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: lib_JustForMe_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: test_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: test_AllUsers_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: test_AllUsers_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: test_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: test_JustForMe_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: test_JustForMe_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: doc_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: doc_AllUsers, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: doc_AllUsers, feature: Shortcuts, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: doc_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: doc_JustForMe, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: doc_JustForMe, feature: Shortcuts, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tools_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tools_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tcltk_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_AllUsers, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_AllUsers, feature: AssociateFiles, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_AllUsers, feature: Shortcuts, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tcltk_AllUsers_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_AllUsers_pdb, feature: Symbols, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tcltk_AllUsers_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_AllUsers_d, feature: DebugBinaries, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tcltk_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_JustForMe, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_JustForMe, feature: AssociateFiles, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_JustForMe, feature: Shortcuts, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tcltk_JustForMe_pdb, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_JustForMe_pdb, feature: Symbols, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: tcltk_JustForMe_d, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: tcltk_JustForMe_d, feature: DebugBinaries, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: launcher_AllUsers, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: launcher_AllUsers, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: launcher_AllUsers, feature: AssociateFiles, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: launcher_JustForMe, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i104: Detected package: launcher_JustForMe, feature: DefaultFeature, state: Absent
[0580:0164][2020-01-21T07:50:30]i104: Detected package: launcher_JustForMe, feature: AssociateFiles, state: Absent
[0580:0164][2020-01-21T07:50:30]i101: Detected package: pip_AllUsers, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: pip_JustForMe, state: Obsolete, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: path_AllUsers, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: path_JustForMe, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: compileall_AllUsers, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i101: Detected package: compileall_JustForMe, state: Absent, cached: None
[0580:0164][2020-01-21T07:50:30]i199: Detect complete, result: 0x0
[0580:0570][2020-01-21T07:50:30]i000: Setting string variable 'ActionLikeInstalling' to value 'Installing'
[0580:0570][2020-01-21T07:50:30]i000: Setting string variable 'ActionLikeInstallation' to value 'Setup'
[0580:0570][2020-01-21T07:50:30]e000: Error 0x80070666: Cannot install a product when a newer version is installed.
[0580:0164][2020-01-21T07:50:30]i500: Shutting down, exit code: 0x666
[0580:0164][2020-01-21T07:50:30]i410: Variable: ActionLikeInstallation = Setup
[0580:0164][2020-01-21T07:50:30]i410: Variable: ActionLikeInstalling = Installing
[0580:0164][2020-01-21T07:50:30]i410: Variable: AssociateFiles = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: CompileAll = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: CRTInstalled = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: CustomBrowseButtonState = enabled
[0580:0164][2020-01-21T07:50:30]i410: Variable: CustomInstallLauncherAllUsersState = enabled
[0580:0164][2020-01-21T07:50:30]i410: Variable: DefaultAllUsersTargetDir = C:\Program Files\Python 3.5
[0580:0164][2020-01-21T07:50:30]i410: Variable: DefaultCustomTargetDir = 
[0580:0164][2020-01-21T07:50:30]i410: Variable: DefaultJustForMeTargetDir = C:\Users\appveyor\AppData\Local\Programs\Python\Python35
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_core = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_debug = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_dev = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_doc = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_exe = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_launcher = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_lib = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_pip = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_symbols = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_tcltk = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_test = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: Include_tools = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: InstallAllUsers = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: InstallAllUsersState = disable
[0580:0164][2020-01-21T07:50:30]i410: Variable: InstallLauncherAllUsers = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: InstallLauncherAllUsersState = enabled
[0580:0164][2020-01-21T07:50:30]i410: Variable: LauncherOnly = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: LocalAppDataFolder = C:\Users\appveyor\AppData\Local\
[0580:0164][2020-01-21T07:50:30]i410: Variable: OptionalFeaturesRegistryKey = Software\Python\PythonCore\3.5\InstalledFeatures
[0580:0164][2020-01-21T07:50:30]i410: Variable: PrependPath = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: ProgramFiles64Folder = C:\Program Files\
[0580:0164][2020-01-21T07:50:30]i410: Variable: Shortcuts = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: ShortVersion = 3.5
[0580:0164][2020-01-21T07:50:30]i410: Variable: ShortVersionNoDot = 35
[0580:0164][2020-01-21T07:50:30]i410: Variable: SimpleInstall = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: SimpleInstallDescription = 
[0580:0164][2020-01-21T07:50:30]i410: Variable: TargetDir = C:\Python350-x64\
[0580:0164][2020-01-21T07:50:30]i410: Variable: TargetDirRegistryKey = Software\Python\PythonCore\3.5\InstallPath
[0580:0164][2020-01-21T07:50:30]i410: Variable: TargetDirState = enabled
[0580:0164][2020-01-21T07:50:30]i410: Variable: TargetPlatform = x64
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleAction = 5
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleElevated = 1
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleFileVersion = 3.5.150.0
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleInstalled = 0
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleLog = C:\Python350-x64.log
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleManufacturer = Python Software Foundation
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleName = Python 3.5.0 (64-bit)
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleOriginalSource = C:\projects\pywikibot\python-3.5.0-amd64.exe
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleOriginalSourceFolder = C:\projects\pywikibot\
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleProviderKey = {e599f76f-2b95-44da-a280-77548b1b2a21}
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleTag = 
[0580:0164][2020-01-21T07:50:30]i410: Variable: WixBundleVersion = 3.5.150.0
[0580:0164][2020-01-21T07:50:30]i007: Exit code: 0x666, restarting: No
Command exited with code 

@dvorapa
Copy link
Author

dvorapa commented Jan 21, 2020

It seems it can't overwrite default py3.5.4 installed here

@dvorapa
Copy link
Author

dvorapa commented Jan 21, 2020

I fixed it like this: dvorapa@ac59b3a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant