Microsoft Visual C++ Compiler for Python 3.4

后端 未结 3 2043
我在风中等你
我在风中等你 2020-11-29 18:24

I know that there is a \"Microsoft Visual C++ Compiler for Python 2.7\" but is there, currently or planned, a Microsoft Visual C++ Compiler for Python 3.4 or eve Microsoft V

3条回答
  •  情话喂你
    2020-11-29 18:52

    For the different python versions:

    Visual C++ |CPython
    --------------------
    14.0       |3.5
    10.0       |3.3, 3.4
    9.0        |2.6, 2.7, 3.0, 3.1, 3.2
    

    Source: Windows Compilers for py

    Also refer: this answer

提交回复
热议问题