Skip to main content
Inspiring
April 28, 2020
Answered

AI SDK 2020 pipl error

  • April 28, 2020
  • 1 reply
  • 2488 views

Hi All,

 

I am working on Win 10, VS 2017 Professional, Python 2.7(x64).

 

I tried to build the sample EmptyPanel(x64) from the 2020 SDK.

Getting this error,

Severity Code Description Project File Line Suppression State
Error MSB3073 The command "echo performing: python ..\..\tools\pipl\create_pipl.py -input "[{\"name\":\"EmptyPanel\"}]"
python ..\..\tools\pipl\create_pipl.py -input "[{\"name\":\"EmptyPanel\"}]"
:VCEnd" exited with code 9009.

 

Couldn't find much information on this, though I have found other people are also facing this issue, but haven't found a solution.

 

Please help.

 

Thanks!

This topic has been closed for replies.
Correct answer poortip87

The issue was with setting the python path in the environment variables.

 

All good now.

1 reply

poortip87AuthorCorrect answer
Inspiring
May 13, 2020

The issue was with setting the python path in the environment variables.

 

All good now.

Inspiring
January 18, 2021

Having the same problem. How did you solve it, please?

 

/Fredrik

poortip87Author
Inspiring
January 19, 2021

Make sure that the correct version of Python is installed. You need version 2.7.

Also, make sure that the Python path is set in the environment variables, so that it is accessible to the AI SDK.