Skip to content

Commit

Permalink
Root cause found for dapr#240. Updated hello-world README.md with bet…
Browse files Browse the repository at this point in the history
…ter workaround
  • Loading branch information
wcs1only committed Dec 22, 2020
1 parent 95747b3 commit 63d178f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,15 @@ Now open a **new** command line terminal and go to the `hello-world` directory.
Successfully persisted state
```

> **Note**: Please refer [this](https://github.com/dapr/quickstarts/issues/240) issue if you have trouble running python apps with dapr on windows.
> **Known Issue**: If you are running python3 on Windows from the Microsoft Store, and you get the following error message:

exec: "python3": executable file not found in %!P(MISSING)ATH%!(NOVERB)

> This is due to golang being unable to properly execute Microsoft Store aliases. You can use the following command instead of the above:

dapr run --app-id pythonapp cmd /c "python3 app.py"

> For more info please see [this](https://github.com/dapr/quickstarts/issues/240) issue.

4. Now, perform a GET request a few times and see how the orderId changes every second (enter it into the web browser, use Postman, or curl):

Expand Down

0 comments on commit 63d178f

Please sign in to comment.