Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root cause found for #240. Updated hello-world README.md with better workaround. #354

Merged
merged 2 commits into from
Dec 22, 2020

Conversation

wcs1only
Copy link
Contributor

@wcs1only wcs1only commented Dec 22, 2020

Description

Found the upstream root cause for dapr cli being unable to run python when it is installed from the Microsoft Store. The golang exec library does not properly handle App aliases that the Microsoft Store uses. I've updated the hello-world README.md with a better workaround and explanation of the issue.

Issue reference

We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #240

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • The quickstart code compiles correctly
  • You've tested new builds of the quickstart if you changed quickstart code
  • You've updated the quickstart's README if necessary

Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also added this into the pre-requisite

  • Python 3.x: Note: When running this quickstart on Windows, it best to install Python from python.org rather than from the Windows store.

@wcs1only wcs1only merged commit e9c4055 into dapr:master Dec 22, 2020
@zhangqing132155
Copy link

Description

Found the upstream root cause for dapr cli being unable to run python when it is installed from the Microsoft Store. The golang exec library does not properly handle App aliases that the Microsoft Store uses. I've updated the hello-world README.md with a better workaround and explanation of the issue.

Issue reference

We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #240

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • The quickstart code compiles correctly
  • You've tested new builds of the quickstart if you changed quickstart code
  • You've updated the quickstart's README if necessary

With the solution above ,it doesn't work well.I think the parameter "/c" will cause dapr and python app shut down.How can i solve it?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attempting to run the helloworld sample
3 participants