Skip to content

Python apps without the template pain points #12478

@davidfowl

Description

@davidfowl

When building a python app from scratch using the python integration there are some rough edges:

When not using uv:

  • ❌ No virtual environment is created. The error you get is an obscure DCP error saying that .venv/Scripts/python cannot be found.

When using uv:

  • ❌ If uv is not installed, we need to tell the user to install it (we don't do this yet).
  • ✅ Building container images works

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-integrationsIssues pertaining to Aspire Integrations packagespython

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions