Local Invoke w/Python Error

When invoking a command locally I am getting the following error below. I am running the command serverless invoke local --function ping -d. No matter what I put for data it returns the same error. I am on windows running serverless 1.17.0 and node 6.11.0.

Thanks,
Richard


events.js:160
throw er; // Unhandled ‘error’ event
^

Error: spawn python2.7 ENOENT
at exports._errnoException (util.js:1018:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickDomainCallback (internal/process/next_tick.js:128:9)

Do you have Python 2.7 installed correctly? It seems the most common resolution to “Error: spawn python2.7 ENOENT” involves making sure Python 2.7 is installed and in the path.

Apparently it is a issue running on windows.