Streamlit cloud terminal problem streamlit only runs python files

GitHub (GitHub - forelax-dev/Website: I made my first ever website)

[14:01:25] 📦 Processed dependencies!
cat: /mount/admin/install_path: No such file or directory
Usage: streamlit run [OPTIONS] TARGET [ARGS]...
Try 'streamlit run --help' for help.

Error: Streamlit requires raw Python (.py) files, but the provided file has no extension.
For more information, please see https://docs.streamlit.io
[14:01:26] ❗️ error restarting streamlit: exit status 7: output: streamlit: ERROR (not running)
streamlit: ERROR (spawn error)
[14:01:26] ❗️ Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
cat: /mount/admin/install_path: No such file or directory
Usage: streamlit run [OPTIONS] TARGET [ARGS]...
Try 'streamlit run --help' for help.

Error: Streamlit requires raw Python (.py) files, but the provided file has no extension.
For more information, please see https://docs.streamlit.io
cat: [2024-06-12 14:01:30.487893] /mount/admin/install_path[2024-06-12 14:01:30.488186] : No such file or directory[2024-06-12 14:01:30.488510] 
Usage: streamlit run [OPTIONS] TARGET [ARGS]...
Try 'streamlit run --help' for help.

Error: Streamlit requires raw Python (.py) files, but the provided file has no extension.
For more information, please see https://docs.streamlit.io
[14:03:01] ❗️ Streamlit server consistently failed status checks

Streamlit version is 1.35.0
and python is 3.12.4
I am trying to launch my first ever website and It says that the terminal only excepts raw python files but how can I instruct the cloud terminal to run that with out

please help

It appears that you have tried to create an app on Community Cloud and not told it to use a .py file. Can you try to create the app again, and make sure that you tell it to use “Python Projects/Website.py”?

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