If you're getting the following error unable to resolve 'clr'
:
It's likely that you don't have a python interpreter installed or configured for Visual Studio
Per the question The environment ironpython 2.7-32 appears to be incorrectly configured or missing
The Visual Studio Installer does not include an IronPython Package option to install
So you need to:
- Download IronPython from Github and install it
- Then, select the correct Python environment within your VS project.