Visual Studio - “The environment IronPython|2.7-32 appears to be incorrectly configured or missing”

后端 未结 3 888
余生分开走
余生分开走 2021-01-17 12:15

Steps to the Reproduce:

  1. Open Visual Studio 2017 (Pro on Windows 10 64-bit)
  2. File > New Project > IronPython Application
  3. Run the default progra
3条回答
  •  不知归路
    2021-01-17 12:29

    You need to set up the IronPython 2.7 environment*.
    *Currently you cannot do it through the Visual Studio Installer (there isn't an IronPython Package option to install).

    1. You need to download IronPython and install it separately from Github.
    2. After it's installed, you need to select the correct python environment within your VS project.
    3. If the IronPython 2.7 environment is not properly set then you have to do it manually

    Hopefully, Microsoft will patch this in the future.

提交回复
热议问题