Something wrong when i click manage apps

These are the errors i am getting:
[09:07:45] :red_exclamation_mark: installer returned a non-zero exit code
[09:07:45] :red_exclamation_mark: Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

can someone please help?

I am also getting the same error,
Here s my downloaded log below

[ UTC ] Logs for loan-approval-application.streamlit.app/
────────────────────────────────────────────────────────────────────────────────────────
[20:51:36] :desktop_computer: Provisioning machine…
[20:51:36] :control_knobs: Preparing system…
[20:51:36] :chains: Spinning up manager process…
[20:51:37] :rocket: Starting up repository: ‘ai-learning’, branch: ‘main’, main module: ‘Week 1/Week_1_CapstoneProject_Loan_Prediction_App/loan_approval_streamlit_app.py’
[20:51:37] :octopus: Cloning repository…
[20:51:38] :octopus: Cloning into ‘/mount/src/ai-learning’…

[20:51:38] :octopus: Cloned repository!
[20:51:38] :octopus: Pulling code changes from Github…
[20:51:38] :package: Processing dependencies…

──────────────────────────────────────── uv ───────────────────────────────────────────

Using uv pip install.
error: Failed to parse: 1/Week_1_CapstoneProject_Loan_Prediction_App/requirements.txt
Caused by: Expected path (1/Week_1_CapstoneProject_Loan_Prediction_App/requirements.txt) to end in a supported file extension: .whl, .tar.gz, .zip, .tar.bz2, .tar.lz, .tar.lzma, .tar.xz, .tar.zst, .tar, .tbz, .tgz, .tlz, or .txz
1/Week_1_CapstoneProject_Loan_Prediction_App/requirements.txt
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Checking if Streamlit is installed
Installing rich for an improved exception logging
Using uv pip install.
Using Python 3.12.10 environment at /home/adminuser/venv
Resolved 4 packages in 134ms
Prepared 4 packages in 92ms
Installed 4 packages in 11ms
[2025-04-19 20:51:38.947985] + markdown-it-py==3.0.0

  • mdurl==0.1.2
  • pygments==2.19.1
  • rich==14.0.0

────────────────────────────────────────────────────────────────────────────────────────

──────────────────────────────────────── pip ───────────────────────────────────────────

Using standard pip install.
ERROR: Invalid requirement: ‘1/Week_1_CapstoneProject_Loan_Prediction_App/requirements.txt’
Hint: It looks like a path. File ‘1/Week_1_CapstoneProject_Loan_Prediction_App/requirements.txt’ does not exist.

[notice] A new release of pip is available: 24.0 → 25.0.1
[notice] To update, run: pip install --upgrade pip
Checking if Streamlit is installed
Installing rich for an improved exception logging
Using standard pip install.
Collecting rich>=10.14.0
Downloading rich-14.0.0-py3-none-any.whl.metadata (18 kB)
Collecting markdown-it-py>=2.2.0 (from rich>=10.14.0)
Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.14.0)
Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.14.0)
Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Downloading rich-14.0.0-py3-none-any.whl (243 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 243.2/243.2 kB 13.1 MB/s eta 0:00:00[2025-04-19 20:51:41.512589]
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 188.8 MB/s eta 0:00:00[2025-04-19 20:51:41.726707]
Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 76.5 MB/s eta 0:00:00[2025-04-19 20:51:41.753622]
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Installing collected packages: pygments, mdurl, markdown-it-py, rich
Attempting uninstall: pygments
Found existing installation: Pygments 2.19.1
Uninstalling Pygments-2.19.1:
Successfully uninstalled Pygments-2.19.1
Attempting uninstall: mdurl
Found existing installation: mdurl 0.1.2
Uninstalling mdurl-0.1.2:
Successfully uninstalled mdurl-0.1.2
Attempting uninstall: markdown-it-py
Found existing installation: markdown-it-py 3.0.0
Uninstalling markdown-it-py-3.0.0:
Successfully uninstalled markdown-it-py-3.0.0
Attempting uninstall: rich
Found existing installation: rich 14.0.0
Uninstalling rich-14.0.0:
Successfully uninstalled rich-14.0.0
Successfully installed markdown-it-py-3.0.0 mdurl-0.1.2 pygments-2.19.1 rich-14.0.0

[notice] A new release of pip is available: 24.0 → 25.0.1
[notice] To update, run: pip install --upgrade pip

────────────────────────────────────────────────────────────────────────────────────────

[20:51:43] :red_exclamation_mark: installer returned a non-zero exit code
[20:51:43] :red_exclamation_mark: Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

Please can you link to your repository so we can see how your dependencies are defined? Can you share the complete logs? Also, have you rebooted your app container? Reboot your app - Streamlit Docs