[Hello there,
New to Render and was trying out deploying some test code for a flask web application.
Render’s “hello world” example worked fine, so no issues with my computer I know of, but when I try to upload my code (contains .py file, requirements.txt file, some html files), I get the below error (full log at the bottom).
I have not specified this path anywhere in my code, so don’t get why it’s coming up as an issue. ‘/C:/ci_311/click_1676433091657/work’
I also cannot add it to path directory on my computer (if that was relevant), due to admin blocks.
How do i fix this?
Thank you very much in advance!
Aug 1 11:32:29 AM ==> Cloning from https//github.com/carloqc/flask_test_1…
Aug 1 11:32:30 AM ==> Checking out commit c783d2ccaed80db105c55aa3a9f38c7176b4eb78 in branch main
Aug 1 11:32:33 AM ==> Using Node version 14.17.0 (default)
Aug 1 11:32:33 AM ==> Docs on specifying a Node version: https//render.com/docs/node-version
Aug 1 11:32:33 AM ==> Using Python version 3.7.10 (default)
Aug 1 11:32:33 AM ==> Docs on specifying a Python version: https//render.com/docs/python-version
Aug 1 11:32:36 AM ==> Using Poetry version via
Aug 1 11:32:36 AM ==> Docs on specifying a Poetry version: https//render.com/docs/poetry-version
Aug 1 11:32:36 AM ==> Running build command ‘pip install -r requirements.txt’…
Aug 1 11:32:36 AM Processing /C:/ci_311/click_1676433091657/work
Aug 1 11:32:36 AM ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: ‘/C:/ci_311/click_1676433091657/work’]