"This file does not exist" during app deployment

I successfully create the main app file which I checked and run on my local PC.
Later on, I uploaded the same file on github repository like path
repository-name/sub-folder/main.py

But the problem occur when I deploy the app on streamlit community cloud, it give an error “This file does not exist” in the “Main file path” input box whereas I enter the correct path like sub-folder/main.py

I think this is first time I face this problem because my other apps have been uploaded successfully at the same procedure.

Any guidence please…

Hey @shahid6634 . For better understanding could you share the error part with us ??

Hi, Guna
The problem has been solved. Thanks for your support

1 Like

this happens way too often, what is going on? does streamlit load the repo and doesn’t sync immediately with Github? is there a lag? I pushed my code like one hour ago and still get this error…

@shahid6634 can you please tell me how you fixed the issue, I have a similar issue where my main file path is as follows: src/mainfile.py and streamlit still can’t find it.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.