Skip to content

Application gets deployed successfuly but fails to load when application file is in the root of .venv #523

Description

@eabatalov

I did a non-standard dev workflow.

mkdir myenv
python3 -m venv .
# create agent.py
source bin/activate
pip install tensorlake
tensorlake deploy ./agent.py

It deploys but fails during FE loading python code with error "module agent not found".

This is non-standard workflow so we don't really support it, but also looks like a UX miss that the deployment doesn't fail in this case at the very least.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions