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

WebAssembly workload should check if python is available, when installing on Linux #26050

Closed
radical opened this issue Jun 16, 2022 · 1 comment
Assignees

Comments

@radical
Copy link
Member

radical commented Jun 16, 2022

  • wasm-tools workload does not have a Python pack for linux, and instead depends on system installed python. The reason for this is how emscripten sdk is structured. Also, we need a minimum python3.6 to be available.
  • Users run into this often when using the workload in a docker container, for example. They expect that installing wasm-tools would get all the dependencies.
  • We don't have to install it, but the sdk should emit a warning if python is missing when installing the workload with dotnet workload install wasm-tools.

cc @lewing

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Jun 16, 2022
@radical radical added Area-AspNetCore RazorSDK, BlazorWebAssemblySDK, dotnet-watch Area-Workloads and removed untriaged Request triage from a team member Area-Workloads Area-AspNetCore RazorSDK, BlazorWebAssemblySDK, dotnet-watch labels Jun 16, 2022
@lewing
Copy link
Member

lewing commented Jul 27, 2022

This can happen in WorkloadManifest.targets

@lewing lewing closed this as completed Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants