


Some alternative compilers exist like MinGW, but incompatibilities may occur with a CPython official distribution that is built with Microsoft Visual C++. Microsoft provides official C++ compilers called Visual C++, you can find them bundled with Visual Studio or, for some versions, in standalone distributions.
#Visual studio 2022 build tools install#
Install a non-pure Python package from sources with Pip (if there is no Wheel package provided). Unlike Linux, compilers for Windows are not included by default in the OS.įor example, you will need to use them if you wish to: Microsoft Visual C++ 9.0 with Visual Studio 2008 (x86, 圆4, ia64)Įven though Python is an interpreted language, you may need to install Windows C++ compilers in some cases.Microsoft Visual C++ 9.0 standalone: Windows SDK 6.1 (x86, 圆4, ia64).Microsoft Visual C++ 9.0 standalone: Windows SDK 7.0 (x86, 圆4, ia64).Microsoft Visual C++ 9.0 standalone: Visual C++ Compiler for Python 2.7 (x86, 圆4).Microsoft Visual C++ 10.0 with Visual Studio 2010 (x86, 圆4, ia64).Microsoft Visual C++ 10.0 standalone: Windows SDK 7.1 (x86, 圆4, ia64).Microsoft Visual C++ 14.0 with Visual Studio 2015 (x86, 圆4, ARM).Microsoft Visual C++ 14.0 standalone: Visual C++ Build Tools 2015 (x86, 圆4, ARM).Microsoft Visual C++ 14.1 with Visual Studio 2017 (x86, 圆4, ARM, ARM64).Microsoft Visual C++ 14.1 standalone: Build Tools for Visual Studio 2017 (x86, 圆4, ARM, ARM64).Microsoft Visual C++ 14.2 with Visual Studio 2019 (x86, 圆4, ARM, ARM64).

