Initial failure appeared to result from having multiple versions of Python installed and no path found for python2. The script located Python36 but was expecting python2 only. I corrected this by updating the system path variable and creating a copy of python called Python2.
The next error arose from the msbuild command.
Please advise on what additional information would be needed.
Initial failure appeared to result from having multiple versions of Python installed and no path found for
python2
. The script located Python36 but was expecting python2 only. I corrected this by updating the system path variable and creating a copy of python called Python2.The next error arose from the msbuild command. Please advise on what additional information would be needed.