Skip to content

Instantly share code, notes, and snippets.

@npatta01
Last active August 29, 2015 14:06
Show Gist options
  • Save npatta01/b2aa35b6bc18ec9184f7 to your computer and use it in GitHub Desktop.
Save npatta01/b2aa35b6bc18ec9184f7 to your computer and use it in GitHub Desktop.
python 3.3+ x64 visual studio 2010
#Download windows 7.1 sdk (even if using windows 8)
http://www.microsoft.com/en-us/download/details.aspx?id=8442
You need GRMSDKX_EN_DVD.iso if you target a AMD64 Python version. It can build for x86 arch too.
#after mounting and isntallign the iso
##open the Windows sdk 7.1 sdk
set DISTUTILS_USE_SDK=1
setenv /x64 /release
#then you should be able to install packages that need c extensions
pip install cython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment