Skip to content

tensorlake deploy doesn't work on Windows #490

@eabatalov

Description

@eabatalov

tensorlake deploy main.py fails.

  • The application file (main.py) correctly defines a Tensorlake application using @Application and @function, and local execution works as expected.
  • During deployment, the process consistently fails at the container image build step, before the application is uploaded to Tensorlake Cloud.
[WinError 32] The process cannot access the file because it is being used by another process

The error references temporary files created under the Windows user temp directory:

C:\Users<user>\AppData\Local\Temp
The issue persists even after:

  • Restarting the system
  • Closing all running Python and Streamlit processes
  • Running the deploy command in a clean virtual environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions