Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Provide jpy 64-bit installers for Windows #16

Closed
forman opened this issue Jan 20, 2014 · 3 comments
Closed

Provide jpy 64-bit installers for Windows #16

forman opened this issue Jan 20, 2014 · 3 comments

Comments

@forman
Copy link
Member

forman commented Jan 20, 2014

@forman
Copy link
Member Author

forman commented Jan 26, 2014

A problem occurred while installing selected Windows SDK components.
When installing the SDK I get the following:

Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.

Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.

Click the View Log button to review the installation log.
To exit, click Finish.

@forman
Copy link
Member Author

forman commented Jan 26, 2014

=== Logging stopped: 26.01.2014 17:24:45 ===
MSI (s) (D8:C4) [17:24:45:603]: Product: Microsoft Windows SDK for Windows 7 (7.1) -- Removal completed successfully.

MSI (s) (D8:C4) [17:24:45:604]: Das Produkt wurde durch Windows Installer entfernt. Produktname: Microsoft Windows SDK for Windows 7 (7.1). Produktversion: 7.1.30514. Produktsprache: 1033. Hersteller: Microsoft Corporation. Erfolg- bzw. Fehlerstatus der Deinstallation: 0.

17:24:41 Sonntag, 26. Januar 2014: SFX C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation started with log file C:\Users\Norman\AppData\Local\Temp\Microsoft Windows SDK for Windows 7_f3dd8741-737c-450d-811c-a421e685dc17_SFX.log
17:24:43 Sonntag, 26. Januar 2014: C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation failed with return code 5100
17:24:45 Sonntag, 26. Januar 2014: [SDKSetup:Info] Successfully downloaded the file http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup\WinSDKBuild_amd64\cab1.cab to C:\Users\Norman\AppData\Local\Temp\SDKSetup\WinSDKBuild\WinSDKBuild_amd64\cab1.cab
17:24:45 Sonntag, 26. Januar 2014: [SDKSetup:Info] File succesfully downloaded - source:http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup/WinSDKBuild_amd64/cab1.cab target:file:///C:/Users/Norman/AppData/Local/Temp/SDKSetup/WinSDKBuild/WinSDKBuild_amd64/cab1.cab size:5720612
17:24:45 Sonntag, 26. Januar 2014: [SDKSetup:Info] Beginning download of file http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup\WinSDKBuild_amd64\cab3.cab to C:\Users\Norman\AppData\Local\Temp\SDKSetup\WinSDKBuild\WinSDKBuild_amd64\cab3.cab
17:24:45 Sonntag, 26. Januar 2014: [SDKSetup:Error] Config_Products_Install: Installation of Product Microsoft Windows SDK for Windows 7 (failed): Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Stack: bei SDKSetup.Product.ConfigureRelatedSfx() bei SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent)
17:24:45 Sonntag, 26. Januar 2014: [SDKSetup:Info] Config_Products_InstallNew: End installation of new product: Microsoft Windows SDK for Windows 7
17:24:46 Sonntag, 26. Januar 2014: [SDKSetup:Info] Successfully downloaded the file http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup\WinSDKBuild_amd64\cab2.cab to C:\Users\Norman\AppData\Local\Temp\SDKSetup\WinSDKBuild\WinSDKBuild_amd64\cab2.cab
17:24:46 Sonntag, 26. Januar 2014: [SDKSetup:Info] File succesfully downloaded - source:http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup/WinSDKBuild_amd64/cab2.cab target:file:///C:/Users/Norman/AppData/Local/Temp/SDKSetup/WinSDKBuild/WinSDKBuild_amd64/cab2.cab size:6153852
17:24:48 Sonntag, 26. Januar 2014: [SDKSetup:Info] Successfully downloaded the file http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup\WinSDKBuild_amd64\cab3.cab to C:\Users\Norman\AppData\Local\Temp\SDKSetup\WinSDKBuild\WinSDKBuild_amd64\cab3.cab
17:24:48 Sonntag, 26. Januar 2014: [SDKSetup:Info] File succesfully downloaded - source:http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup/WinSDKBuild_amd64/cab3.cab target:file:///C:/Users/Norman/AppData/Local/Temp/SDKSetup/WinSDKBuild/WinSDKBuild_amd64/cab3.cab size:4797930
17:24:48 Sonntag, 26. Januar 2014: [SDKSetup:Error] Config_Products_Install: Windows SDK Setup (failed): Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Stack: bei SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent) bei SDKSetup.Product.SetupProduct(TaskMode taskMode, ManualResetEvent CancelEvent) bei SDKSetup.ProductCollection.SetupProducts(TaskMode taskMode, DownloadManager downloadManager, ManualResetEvent cancelEvent) bei SDKSetup.ConfigProducts.DoCurrentTask(TaskMode Task)

@bcdev
Copy link
Collaborator

bcdev commented Jan 27, 2014

Now using the compilers coming with the Windows SDK 7.1. Works fine for both x86 and amd64. See
https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows

@bcdev bcdev closed this as completed Jan 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant