Thursday, 9 May 2019

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

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 program: print('Hello world')

When I run it, I get the following error:

The environment "IronPython|2.7-32" appears to be incorrectly configured or missing.
You may need to install it or create a virtual environment

Python Error

I went to VS Installer, Individual Components tab, Compilers section, and checked on the Python 2.7 & 3.6 selections, but I'm still getting the problem



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

No comments:

Post a Comment