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

installation on windows #15

Open
francismotta opened this issue May 4, 2018 · 0 comments
Open

installation on windows #15

francismotta opened this issue May 4, 2018 · 0 comments

Comments

@francismotta
Copy link

Tried

pip install "/path/to/gda-tools/"

on Windows 10 Pro, Version 1709, OS Build 16299.371. Install failed with error message indicated that visual c++ 14.0 was required and missing. The link provided in the error message directs to the current release, not 14.0, and the current release of visual c++ is not compatible with the gda-tools installer (same error message as without any installation of visual c++ build tools). After installation of visual c++ build tools 2015 (v14.0) installation again failed with

LINK : fatal error LNK1158: cannot run 'rc.exe'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit status 1158

Solved by manually copying rc.exe and rcdll.dll from C:\Program Files (x86)\Windows Kits\8.1\bin\x86 to
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64.

@francismotta francismotta changed the title installation on windows, improper linking installation on windows May 4, 2018
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