microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

New Ubuntu dev container with az cli feature won't run az cli with a runpy error #1685

Closed codebytes closed 1 year ago

codebytes commented 1 year ago

Steps to Reproduce:

  1. From command pallette: add dev container configuration files
  2. Select Ubuntu
  3. Select Jammy (default)
  4. Add Azure CLI Feature
  5. Add Terraform
  6. Add Python
  7. Ok
  8. Reopen and Rebuild without Cache
  9. on prompt, type az version
  10. Could not import runpy module ModuleNotFoundError: No module named 'runpy'
Chuxel commented 1 year ago

This is https://github.com/devcontainers/features/issues/270. Please raise issues related to Features in this new repository as explained in the issue template.