Simon Duff

Results 6 comments of Simon Duff

I've just been hit by the same thing. I have a JavaScript function integrated to Event Grid. A manual test from the portal results in a `202 Accepted` and a...

I received this same error ``` with auto plugin: name 'ServicePrincipalCredentials' is not defined ``` Installing azure==5.0.0 results in an error ``` Starting with v5.0.0, the 'azure' meta-package is deprecated...

The README lists [requirements](https://github.com/rbreaves/kinto#Kinto-for-Windows-10-Requirements) which include ``` [Git for Windows](https://git-scm.com/download/win) Powershell - run as Administrator [Python3](https://www.python.org/downloads/windows/) ``` Your error suggests you haven't installed Python3. Not connected with the project, just...

Unlikely. If you open a command prompt (windows+r, then `cmd`, assuming you use windows), then type `python` what does it say?

That suggests your PATH variable doesn't include the python executable path. This might help: https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path