Any urgent help in this please

Error installing requirements.

Click “Manage App” and consult the terminal for more details.

If you still have questions, leave a message in our forums and we will get back to you ASAP.

It mainly depends on which requirements it fails to install. Do you also have an error logging?

Hi

Please see the below message

Kind regards,
Felcy

ok, but, as the first message also suggests, have you tried to click on “Manage app” in the bottom right corner to see what’s inside the log?

In my case I see something like this:

Hi there,

This is the error -

[ UTC ] Logs for vrindastoredataanalysispy-qzmjjjhhfnapmmmw2pgt9z.streamlit.app/

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

[18:50:30] :desktop_computer: Provisioning machine…

[18:50:30] :control_knobs: Preparing system…

[18:50:30] :chains: Spinning up manager process…

[18:50:31] :rocket: Starting up repository: ‘vrindastoreapp’, branch: ‘main’, main module: ‘VrindaStoreDataAnalysis.py’

[18:50:31] :octopus: Cloning repository…

[18:50:33] :octopus: Cloning into ‘/mount/src/vrindastoreapp’…

[18:50:33] :octopus: Cloned repository!

[18:50:33] :octopus: Pulling code changes from Github…

[18:50:33] :package: Processing dependencies…

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

Using uv pip install.

Using Python 3.12.9 environment at /home/adminuser/venv

× No solution found when resolving dependencies:

╰─▶ Because sarimax was not found in the package registry and you require

sarimax, we can conclude that your requirements are unsatisfiable.

Checking if Streamlit is installed

Installing rich for an improved exception logging

Using uv pip install.

Using Python 3.12.9 environment at /home/adminuser/venv

Resolved 4 packages in 107ms

Prepared 4 packages in 119ms

Installed 4 packages in 14ms

  • markdown-it-py==3.0.0

  • mdurl==0.1.2[2025-02-26 18:50:34.526430]

  • pygments==2.19.1

  • rich==13.9.4

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

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

Using standard pip install.

Collecting streamlit (from -r /mount/src/vrindastoreapp/requirements.txt (line 1))

Downloading streamlit-1.42.2-py2.py3-none-any.whl.metadata (8.9 kB)

Collecting pandas (from -r /mount/src/vrindastoreapp/requirements.txt (line 2))

Downloading pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.9/89.9 kB 3.5 MB/s eta 0:00:00[2025-02-26 18:50:36.291651]

Collecting matplotlib (from -r /mount/src/vrindastoreapp/requirements.txt (line 3))

Downloading matplotlib-3.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)

Collecting prophet (from -r /mount/src/vrindastoreapp/requirements.txt (line 4))

Downloading prophet-1.1.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.5 kB)

Collecting seaborn (from -r /mount/src/vrindastoreapp/requirements.txt (line 5))

Downloading seaborn-0.13.2-py3-none-any.whl.metadata (5.4 kB)

Collecting numpy (from -r /mount/src/vrindastoreapp/requirements.txt (line 6))

Downloading numpy-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 182.0 MB/s eta 0:00:00[2025-02-26 18:50:36.998398]

Collecting statsmodels (from -r /mount/src/vrindastoreapp/requirements.txt (line 7))

Downloading statsmodels-0.14.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB)

Collecting scikit-learn (from -r /mount/src/vrindastoreapp/requirements.txt (line 8))

Downloading scikit_learn-1.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)

Collecting Image (from -r /mount/src/vrindastoreapp/requirements.txt (line 9))

Downloading image-1.5.33.tar.gz (15 kB)

Installing build dependencies: started

Installing build dependencies: finished with status ‘done’

Getting requirements to build wheel: started

Getting requirements to build wheel: finished with status ‘done’

Preparing metadata (pyproject.toml): started

Preparing metadata (pyproject.toml): finished with status ‘done’

ERROR: Ignored the following versions that require a different python version: 0.55.2 Requires-Python <3.5; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11

ERROR: Could not find a version that satisfies the requirement SARIMAX (from versions: none)

ERROR: No matching distribution found for SARIMAX

[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-13.9.4-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-13.9.4-py3-none-any.whl (242 kB)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.4/242.4 kB 12.7 MB/s eta 0:00:00[2025-02-26 18:50:41.597177]

Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 123.9 MB/s eta 0:00:00[2025-02-26 18:50:41.611654]

Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 74.1 MB/s eta 0:00:00[2025-02-26 18:50:41.641713]

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 13.9.4

Uninstalling rich-13.9.4:

Successfully uninstalled rich-13.9.4

Successfully installed markdown-it-py-3.0.0 mdurl-0.1.2 pygments-2.19.1 rich-13.9.4

[notice] A new release of pip is available: 24.0 → 25.0.1

[notice] To update, run: pip install --upgrade pip

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

[18:50:43] :exclamation: installer returned a non-zero exit code

[18:50:43] :exclamation: Error during processing dependencies! Please fix the error and push an update, or try restarting the app.

main

felcy13/vrindastoreapp/main/VrindaStoreDataAnalysis.py


Do not try to install sarimax.

This is the error: system is NOT able to install a packaged named SARIMAX.
Actually looking for it in PIP repo I couldn’t find any package with this name but that algorithm is built-in and natively supported by statsmodel
https://www.statsmodels.org/dev/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.html

Try installing it instead
https://www.statsmodels.org/dev/install.html

Or just remove the SARIMAX requirement from the “requirements.txt”

Thank you very much. It worked :slight_smile:

Thank you for your help!

1 Like