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
tensorlake deploy main.pyfails.The error references temporary files created under the Windows user temp directory:
C:\Users<user>\AppData\Local\Temp
The issue persists even after: